summaryrefslogtreecommitdiff
path: root/src/SettingsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SettingsPage.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml
index 5c2e12f..c7f21cd 100644
--- a/src/SettingsPage.qml
+++ b/src/SettingsPage.qml
@@ -37,6 +37,13 @@ Item {
Component.onCompleted: checked = enableCompass.value
onCheckedChanged: enableCompass.value = checked
}
+ LabeledSwitch {
+ width: parent.width
+ height: width*0.2
+ text: "enable GPS"
+ Component.onCompleted: checked = prioritiseGPS.value
+ onCheckedChanged: prioritiseGPS.value = checked
+ }
Row {
width: parent.width
height: width*0.2