diff --git a/.config/quickshell/ii/modules/sidebarRight/bluetoothDevices/BluetoothDeviceItem.qml b/.config/quickshell/ii/modules/sidebarRight/bluetoothDevices/BluetoothDeviceItem.qml index fec9c4eb3..405f41c67 100644 --- a/.config/quickshell/ii/modules/sidebarRight/bluetoothDevices/BluetoothDeviceItem.qml +++ b/.config/quickshell/ii/modules/sidebarRight/bluetoothDevices/BluetoothDeviceItem.qml @@ -12,6 +12,7 @@ DialogListItem { pointingHandCursor: !expanded onClicked: expanded = !expanded + altAction: () => expanded = !expanded component ActionButton: DialogButton { colBackground: Appearance.colors.colPrimary