mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 01:37:30 -05:00
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