summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 4fcda79..b3a622a 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -22,6 +22,7 @@ import 'datetime'
import 'bluetooth'
import 'wifi'
import 'example'
+import 'version'
ApplicationWindow {
id: root
@@ -60,6 +61,8 @@ ApplicationWindow {
Wifi {}
- Example {}
+// Example {}
+
+ Version {}
}
}