diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/LidSwitchInhibitorWidget.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/LidSwitchInhibitorWidget.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/LidSwitchInhibitorWidget.qml b/accounts/gkleen@sif/shell/quickshell/LidSwitchInhibitorWidget.qml index 2be0692a..8410dcda 100644 --- a/accounts/gkleen@sif/shell/quickshell/LidSwitchInhibitorWidget.qml +++ b/accounts/gkleen@sif/shell/quickshell/LidSwitchInhibitorWidget.qml | |||
@@ -16,6 +16,7 @@ Item { | |||
16 | anchors.fill: parent | 16 | anchors.fill: parent |
17 | 17 | ||
18 | hoverEnabled: true | 18 | hoverEnabled: true |
19 | cursorShape: Qt.PointingHandCursor | ||
19 | 20 | ||
20 | onClicked: InhibitorState.lidSwitchInhibited = !InhibitorState.lidSwitchInhibited | 21 | onClicked: InhibitorState.lidSwitchInhibited = !InhibitorState.lidSwitchInhibited |
21 | 22 | ||