diff options
Diffstat (limited to 'quickshell/items')
| -rw-r--r-- | quickshell/items/Electrons.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quickshell/items/Electrons.qml b/quickshell/items/Electrons.qml index b507509..f75c126 100644 --- a/quickshell/items/Electrons.qml +++ b/quickshell/items/Electrons.qml @@ -22,6 +22,6 @@ RowLayout { } MouseArea { anchors.fill: parent - onClicked: shellRoot.batteryModeConfig = !shellRoot.batteryModeConfig + onClicked: shellRoot.batteryInfo = !shellRoot.batteryModeConfig } } |
