aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-05 06:36:16 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-05 06:36:16 -0800
commit5588268cb2450692838bf23eeed72747f669889b (patch)
tree444bc164b5cb6b530df381d5f60f24a83569711a
parentc9dbb424f294ce55ce7b431155e07ead950227a3 (diff)
downloadsubsurface-5588268cb2450692838bf23eeed72747f669889b.tar.gz
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 <dirk@hohndel.org>
-rw-r--r--qt-mobile/qml/main.qml8
1 files changed, 0 insertions, 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: {