mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
notifs: discard notif on action invocation
This commit is contained in:
@@ -219,8 +219,8 @@ Singleton {
|
||||
}
|
||||
else {
|
||||
console.log("Notification not found in server: " + id)
|
||||
root.discardNotification(id);
|
||||
}
|
||||
root.discardNotification(id);
|
||||
}
|
||||
|
||||
function triggerListChange() {
|
||||
|
||||
Reference in New Issue
Block a user