mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
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:
parent
c9dbb424f2
commit
5588268cb2
1 changed files with 0 additions and 8 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue