forked from Shinonome/dots-hyprland
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