From 5588268cb2450692838bf23eeed72747f669889b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 5 Dec 2015 06:36:16 -0800 Subject: QML-UI: remove duplicate "Run location service" menu entry We only need this once and having it at the bottom of the menu with the indicator whether it's on or not is much nicer. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index b85e42f29..e8e65de67 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -69,14 +69,6 @@ MobileComponents.ApplicationWindow { MobileComponents.ActionGroup { text: "GPS" - Action { - text: "Run location service" - checkable: true - checked: manager.locationServiceEnabled - onToggled: { - manager.locationServiceEnabled = checked; - } - } Action { text: "Apply GPS data to dives" onTriggered: { -- cgit v1.2.3-70-g09d2