mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 06:13:09 +00:00
Show pointer cursor on system tray icons
This commit is contained in:
parent
2c77b4c979
commit
756259bb01
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ Item {
|
|||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
|
||||
onClicked: (mouse) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue