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