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