Merge pull request #584 from damian-ds7/discard-delete-notif-from-history

Notification: delete from history on close button click
This commit is contained in:
Lysec
2025-10-26 10:07:17 +01:00
committed by GitHub
+1
View File
@@ -561,6 +561,7 @@ Variants {
anchors.rightMargin: Style.marginM
onClicked: {
NotificationService.removeFromHistory(model.id)
animateOut()
}
}