make notif indicator only show unread

This commit is contained in:
end-4
2025-10-12 10:03:12 +02:00
parent 7e46145df1
commit 2b62a5a0cc
3 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -46,7 +46,10 @@ Singleton {
}
onSidebarRightOpenChanged: {
if(GlobalStates.sidebarRightOpen) Notifications.timeoutAll();
if (GlobalStates.sidebarRightOpen) {
Notifications.timeoutAll();
Notifications.markAllRead();
}
}
property real screenZoom: 1