From d759bc274f10c6385b007b1bf77bd64fac9da465 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 30 Aug 2025 14:34:32 +0200 Subject: [PATCH] bluetooth menu: right click to expand item --- .../sidebarRight/bluetoothDevices/BluetoothDeviceItem.qml | 1 + 1 file changed, 1 insertion(+) 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