mirror of
https://github.com/zoriya/ags.git
synced 2026-05-31 10:02:29 +00:00
feat(notifications): default value for hints
forgot about this oops
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user