summaryrefslogtreecommitdiff
path: root/src/SettingsPage.qml
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-01-08 00:13:02 +0000
committerArseniy Movshev <dodoradio@outlook.com>2023-01-15 16:58:12 +0000
commit1f81686f00869dce6cc33e1bc92bf24370ef3e12 (patch)
treeaae5631666d35e87ba707219faba512f31b3934a /src/SettingsPage.qml
parent7dfd22e942567bf151a8d373a64e6aed2e662b89 (diff)
switch to using json as the carrier format for waypoints
Diffstat (limited to '')
-rw-r--r--src/SettingsPage.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml
index f196d92..920dc0a 100644
--- a/src/SettingsPage.qml
+++ b/src/SettingsPage.qml
@@ -20,16 +20,6 @@ Item {
LabeledSwitch {
width: parent.width
height: root.width*0.2
- text: "show zoom controls"
- }
- LabeledSwitch {
- width: parent.width
- height: root.width*0.2
- text: "center on GPS"
- }
- LabeledSwitch {
- width: parent.width
- height: root.width*0.2
text: "enable compass"
Component.onCompleted: checked = enableCompass.value
onCheckedChanged: enableCompass.value = checked