From 1c67f002f42439fffd22c928ccfdd8ce1197ff7e Mon Sep 17 00:00:00 2001 From: Damocles Date: Fri, 17 Apr 2026 11:31:09 +0200 Subject: [PATCH] right-click notification to dismiss --- modules/NotifCard.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/NotifCard.qml b/modules/NotifCard.qml index b6753dd..505ae0b 100644 --- a/modules/NotifCard.qml +++ b/modules/NotifCard.qml @@ -25,6 +25,12 @@ Item { id: _hover } + TapHandler { + acceptedButtons: Qt.RightButton + cursorShape: Qt.PointingHandCursor + onTapped: root.dismissRequested() + } + // Background: base01, base02 on hover Rectangle { anchors.fill: parent