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, 0 insertions, 1 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 56767f3..0d74c3b 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -50,7 +50,6 @@ 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()
}
}