diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Notifs.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/Notifs.qml b/services/Notifs.qml index 44db1c5..4d1f986 100644 --- a/services/Notifs.qml +++ b/services/Notifs.qml @@ -55,6 +55,7 @@ Singleton { readonly property string appIcon: notification.appIcon readonly property string appName: notification.appName readonly property string image: notification.image + readonly property list<NotificationAction> actions: notification.actions readonly property Timer timer: Timer { running: true |