Update notifications.ts (#159)

it was missing getter function
This commit is contained in:
alvsz
2023-11-02 21:15:09 -03:00
committed by GitHub
parent 505fa76e9d
commit 7720f98f1a
+1
View File
@@ -92,6 +92,7 @@ class Notification extends Service {
get time() { return this._time; }
get image() { return this._image; }
get popup() { return this._popup; }
get hints() { return this._hints; }
constructor(
appName: string,