diff --git a/.config/quickshell/ii/modules/bar/SysTrayMenuEntry.qml b/.config/quickshell/ii/modules/bar/SysTrayMenuEntry.qml index 04d62087f..59f3325c4 100644 --- a/.config/quickshell/ii/modules/bar/SysTrayMenuEntry.qml +++ b/.config/quickshell/ii/modules/bar/SysTrayMenuEntry.qml @@ -72,11 +72,9 @@ RippleButton { active: root.menuEntry.buttonType === QsMenuButtonType.RadioButton sourceComponent: StyledRadioButton { + enabled: false padding: 0 checked: root.menuEntry.checkState === Qt.Checked - onCheckedChanged: { - if (checked) root.clicked() - } } }