Index: sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r45e753bb6f0ffde4ebdb60f6658cbccdd440957f --- sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 45e753bb6f0ffde4ebdb60f6658cbccdd440957f) @@ -65,7 +65,7 @@ readonly property color selectedColor: Colors.borderButtonSelected readonly property color pairedColor: Colors.borderButton readonly property color normalColor: Colors.borderButtonUnselected - property bool selectedDevice: addr === vBluetooth.pairedAddr + property bool selectedDevice: pair || addr === vBluetooth.pairedAddr clip : true radius : 10 width : 500 - 10 // give room to scrollbar