diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/WaylandInhibitorWidget.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/WaylandInhibitorWidget.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/WaylandInhibitorWidget.qml b/accounts/gkleen@sif/shell/quickshell/WaylandInhibitorWidget.qml index 0633f350..0512ff51 100644 --- a/accounts/gkleen@sif/shell/quickshell/WaylandInhibitorWidget.qml +++ b/accounts/gkleen@sif/shell/quickshell/WaylandInhibitorWidget.qml | |||
@@ -25,6 +25,7 @@ Item { | |||
25 | anchors.fill: parent | 25 | anchors.fill: parent |
26 | 26 | ||
27 | hoverEnabled: true | 27 | hoverEnabled: true |
28 | cursorShape: Qt.PointingHandCursor | ||
28 | 29 | ||
29 | onClicked: InhibitorState.waylandIdleInhibited = !InhibitorState.waylandIdleInhibited | 30 | onClicked: InhibitorState.waylandIdleInhibited = !InhibitorState.waylandIdleInhibited |
30 | 31 | ||