right-click notification to dismiss

This commit is contained in:
Damocles 2026-04-17 11:31:09 +02:00
parent cd99371a89
commit 1c67f002f4

View file

@ -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