mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-28 19:47:29 -05:00
make notif indicator only show unread
This commit is contained in:
@@ -46,7 +46,10 @@ Singleton {
|
||||
}
|
||||
|
||||
onSidebarRightOpenChanged: {
|
||||
if(GlobalStates.sidebarRightOpen) Notifications.timeoutAll();
|
||||
if (GlobalStates.sidebarRightOpen) {
|
||||
Notifications.timeoutAll();
|
||||
Notifications.markAllRead();
|
||||
}
|
||||
}
|
||||
|
||||
property real screenZoom: 1
|
||||
|
||||
Reference in New Issue
Block a user