summaryrefslogtreecommitdiffstats
path: root/src/settingsui/bluetooth/Bluetooth.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/bluetooth/Bluetooth.qml')
-rw-r--r--src/settingsui/bluetooth/Bluetooth.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settingsui/bluetooth/Bluetooth.qml b/src/settingsui/bluetooth/Bluetooth.qml
index 60ee017..13572a8 100644
--- a/src/settingsui/bluetooth/Bluetooth.qml
+++ b/src/settingsui/bluetooth/Bluetooth.qml
@@ -54,6 +54,7 @@ Item {
indicatorWidth: root.width * 0.15
indicatorHeight: root.height * 0.06
+ enabled: BtDevice.available
checked: BtDevice.powered
onCheckedChanged: BtDevice.powered = checked
}