Index: sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml =================================================================== diff -u -r2b90169339a65399c03c31d1a40adffee87e7719 -r47c8f13876317ba36500400f894d96c9bce9eb17 --- sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 2b90169339a65399c03c31d1a40adffee87e7719) +++ sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 47c8f13876317ba36500400f894d96c9bce9eb17) @@ -117,6 +117,7 @@ vDevice.doInitBluetoothPairedReset() } } + Connections { target: vDevice onBluetoothPairedResetChanged : { // DEBUG: console.debug("bluetoothPairedReset", vbluetoothPairedReset, vDevice.accepted, vDevice.reason, vDevice.status) @@ -135,4 +136,7 @@ // done : _delegate.stepDone } notificationText : vBluetooth.notification || vDevice.status + Component.onCompleted : { + vDevice.doInitBluetoothPairedQuery() + } }