mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move preferences under GPS menu
Since we currently only have preferences that affect the GPS functionality, it might be more logical to have the preferences under GPS menu. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8eb019456d
commit
d97ae62c75
1 changed files with 7 additions and 7 deletions
|
@ -42,13 +42,6 @@ MobileComponents.ApplicationWindow {
|
||||||
detailsWindow.endEditMode()
|
detailsWindow.endEditMode()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Action {
|
|
||||||
text: "Preferences"
|
|
||||||
onTriggered: {
|
|
||||||
stackView.push(prefsWindow)
|
|
||||||
detailsWindow.endEditMode()
|
|
||||||
}
|
|
||||||
},
|
|
||||||
MobileComponents.ActionGroup {
|
MobileComponents.ActionGroup {
|
||||||
text: "Manage dives"
|
text: "Manage dives"
|
||||||
/*
|
/*
|
||||||
|
@ -134,6 +127,13 @@ MobileComponents.ApplicationWindow {
|
||||||
manager.clearGpsData();
|
manager.clearGpsData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Action {
|
||||||
|
text: "Preferences"
|
||||||
|
onTriggered: {
|
||||||
|
stackView.push(prefsWindow)
|
||||||
|
endEditMode()
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
MobileComponents.ActionGroup {
|
MobileComponents.ActionGroup {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue