Add notification history
This commit is contained in:
parent
cc0ea7f37a
commit
9008d6bab9
4 changed files with 288 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ PanelWindow {
|
|||
WlrLayershell.layer: WlrLayer.Overlay
|
||||
WlrLayershell.exclusionMode: ExclusionMode.Ignore
|
||||
|
||||
// Use the notification service
|
||||
property var notificationService: NotificationService {}
|
||||
// Use the notification service singleton
|
||||
property var notificationService: NotificationService
|
||||
|
||||
// Access the notification model from the service
|
||||
property ListModel notificationModel: notificationService.notificationModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue