feat(notifications): default value for hints

forgot about this oops
This commit is contained in:
Aylur
2023-11-02 23:17:54 +01:00
parent 15710c54f5
commit 505fa76e9d
+1 -1
View File
@@ -79,7 +79,7 @@ class Notification extends Service {
_time: number;
_image: string | null;
_popup: boolean;
_hints: Hints;
_hints: Hints = {};
get id() { return this._id; }
get app_name() { return this._appName; }