mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
fix notif unread indicator showing even when sidebar is open
This commit is contained in:
@@ -172,9 +172,8 @@ Singleton {
|
|||||||
"interval": notification.expireTimeout < 0 ? (Config?.options.notifications.timeout ?? 7000) : notification.expireTimeout,
|
"interval": notification.expireTimeout < 0 ? (Config?.options.notifications.timeout ?? 7000) : notification.expireTimeout,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
root.unread++;
|
||||||
}
|
}
|
||||||
|
|
||||||
root.unread++;
|
|
||||||
root.notify(newNotifObject);
|
root.notify(newNotifObject);
|
||||||
// console.log(notifToString(newNotifObject));
|
// console.log(notifToString(newNotifObject));
|
||||||
notifFileView.setText(stringifyList(root.list));
|
notifFileView.setText(stringifyList(root.list));
|
||||||
|
|||||||
Reference in New Issue
Block a user