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() } }