From fdcbe7437d3f0cabe67e6ed87f1e8b2d214a5944 Mon Sep 17 00:00:00 2001 From: Damian D'Souza Date: Sat, 25 Oct 2025 21:45:58 +0200 Subject: [PATCH] Notification: delete from history on close button click --- Modules/Notification/Notification.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index a609e038..200d11a8 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -561,6 +561,7 @@ Variants { anchors.rightMargin: Style.marginM onClicked: { + NotificationService.removeFromHistory(model.id) animateOut() } }