diff --git a/Modules/BluetoothPanel/BluetoothDevicesList.qml b/Modules/BluetoothPanel/BluetoothDevicesList.qml index a3768fef..d2343930 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