Show pointer cursor on system tray icons

This commit is contained in:
Marco Allegretti 2026-04-13 19:37:42 +02:00
parent 2c77b4c979
commit 756259bb01

View file

@ -40,6 +40,7 @@ Item {
id: mouseArea
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
acceptedButtons: Qt.LeftButton | Qt.RightButton
onClicked: (mouse) => {