From 3891c7008a59a043129bbe880b50498dd4d2d5dd Mon Sep 17 00:00:00 2001 From: Oleksiy Nedobiychuk Date: Sun, 31 Aug 2025 21:00:15 +0200 Subject: [PATCH] fix(bluetooth): enable disconnect/remove for paired devices #165 --- Modules/BluetoothPanel/BluetoothDevicesList.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/BluetoothPanel/BluetoothDevicesList.qml b/Modules/BluetoothPanel/BluetoothDevicesList.qml index a3768fe..d234393 100644 --- a/Modules/BluetoothPanel/BluetoothDevicesList.qml +++ b/Modules/BluetoothPanel/BluetoothDevicesList.qml @@ -264,6 +264,7 @@ ColumnLayout { } MouseArea { + id: availableDeviceArea acceptedButtons: Qt.LeftButton | Qt.RightButton anchors.fill: parent @@ -279,7 +280,7 @@ ColumnLayout { tooltip.hide() } } - onClicked: { + onClicked: function(mouse) { if (!modelData || modelData.pairing) { return