diff --git a/modules/notification/NotificationBody.qml b/modules/notification/NotificationBody.qml index af2e0bd..56b1f6d 100644 --- a/modules/notification/NotificationBody.qml +++ b/modules/notification/NotificationBody.qml @@ -42,6 +42,13 @@ Rectangle { root.dismissed(root.notification, dismiss) } + Connections { + target: root.notification + onClosed: function(reason){ + root.closeNotification(false) + } + } + MouseArea { id: mouseArea anchors.fill: parent