forked from Shinonome/dots-hyprland
notifications: destroy wrapper object when quickshell's notif is destroyed (#1465)
This commit is contained in:
@@ -53,7 +53,7 @@ Item { // Notification group area
|
||||
onFinished: () => {
|
||||
root.notifications.forEach((notif) => {
|
||||
Qt.callLater(() => {
|
||||
Notifications.discardNotification(notif.id);
|
||||
Notifications.discardNotification(notif.notificationId);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user