From 1f81686f00869dce6cc33e1bc92bf24370ef3e12 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Sun, 8 Jan 2023 00:13:02 +0000 Subject: switch to using json as the carrier format for waypoints --- src/SettingsPage.qml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/SettingsPage.qml') diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml index f196d92..920dc0a 100644 --- a/src/SettingsPage.qml +++ b/src/SettingsPage.qml @@ -17,16 +17,6 @@ Item { id: contentColumn anchors.fill: parent Item { width: parent.width ; height: root.width*0.2 } - 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 -- cgit v1.2.3-54-g00ecf