diff --git a/.config/quickshell/modules/common/widgets/ConfigSwitch.qml b/.config/quickshell/modules/common/widgets/ConfigSwitch.qml index bbb60f06f..2d317a6be 100644 --- a/.config/quickshell/modules/common/widgets/ConfigSwitch.qml +++ b/.config/quickshell/modules/common/widgets/ConfigSwitch.qml @@ -23,6 +23,7 @@ RippleButton { scale: 0.75 Layout.fillWidth: false checked: root.checked + onClicked: root.clicked() } } }