Add notification history

This commit is contained in:
Ly-sec 2025-08-13 12:16:30 +02:00
parent cc0ea7f37a
commit 9008d6bab9
4 changed files with 288 additions and 2 deletions

View file

@ -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