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