summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 0d74c3b..56767f3 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -50,6 +50,7 @@ ApplicationWindow {
settingsModel.append({'icon': app.icon, 'title': app.title, 'checkable': app.checkable, 'app': app})
app.visible = false
+ if (app.isBluetooth) app.checkBluetooth()
if (app.isWifi) app.activateWifi()
}
}