notifications: right-click to fully dismiss in popup and center

This commit is contained in:
Damocles 2026-04-13 09:05:02 +02:00
parent a2472851ae
commit 531e913238
2 changed files with 12 additions and 7 deletions

View file

@ -257,6 +257,8 @@ M.PopupPanel {
anchors.fill: parent
z: -1
hoverEnabled: true
acceptedButtons: Qt.RightButton
onClicked: _dismissAnim.start()
}
}
}