feat: add notification close event handling in NotificationBody

This commit is contained in:
Hannes
2026-08-30 00:14:13 +02:00
parent b2d5c0d5fb
commit 8c6662871a
@@ -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