forked from Shinonome/dots-hyprland
notifs: discard notif on action invocation
This commit is contained in:
@@ -219,8 +219,8 @@ Singleton {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log("Notification not found in server: " + id)
|
console.log("Notification not found in server: " + id)
|
||||||
root.discardNotification(id);
|
|
||||||
}
|
}
|
||||||
|
root.discardNotification(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
function triggerListChange() {
|
function triggerListChange() {
|
||||||
|
|||||||
Reference in New Issue
Block a user