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>
This commit is contained in:
Dirk Hohndel 2015-12-05 06:36:16 -08:00
parent c9dbb424f2
commit 5588268cb2

View file

@ -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: {