Create Hyprland IPC hook for silencing notifications, fix a typo in NotificationsWidget
This commit is contained in:
@@ -14,7 +14,7 @@ Singleton {
|
||||
readonly property var trackedNotifications: notificationServer.trackedNotifications
|
||||
readonly property var notificationsNumber: notificationServer.trackedNotifications.values.length
|
||||
|
||||
property bool notificationsMuted: false
|
||||
property bool notificationsMuted: HyprlandService.hasFullscreen || HyprlandService.isScreencasting
|
||||
property ListModel globalList: ListModel {}
|
||||
|
||||
NotificationServer {
|
||||
|
||||
Reference in New Issue
Block a user