Notification: delete from history on close button click

This commit is contained in:
Damian D'Souza
2025-10-25 21:45:58 +02:00
parent c3439b262c
commit fdcbe7437d
+1
View File
@@ -561,6 +561,7 @@ Variants {
anchors.rightMargin: Style.marginM
onClicked: {
NotificationService.removeFromHistory(model.id)
animateOut()
}
}