diff options
-rw-r--r-- | app/bluetooth/Bluetooth.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bluetooth/Bluetooth.qml b/app/bluetooth/Bluetooth.qml index 32577bf..6c93b2e 100644 --- a/app/bluetooth/Bluetooth.qml +++ b/app/bluetooth/Bluetooth.qml @@ -101,7 +101,7 @@ SettingPage { } } - Component.onCompleted: root.checked = bluetooth.power + onPowerChanged: if (!root.checked) root.checked = state } Text { |