mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML-UI. Add Back to Divelist menu item
As asked for on the mailinglisrt, a menu item is added to return to the Divelist the easy way. In addition to the standard Android back button. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c2eeda44e6
commit
996367ac97
1 changed files with 6 additions and 1 deletions
|
@ -38,7 +38,12 @@ MobileComponents.ApplicationWindow {
|
||||||
stackView.push(prefsWindow)
|
stackView.push(prefsWindow)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Action {
|
||||||
|
text: "Back to Divelist"
|
||||||
|
onTriggered: {
|
||||||
|
stackView.pop()
|
||||||
|
}
|
||||||
|
},
|
||||||
MobileComponents.ActionGroup {
|
MobileComponents.ActionGroup {
|
||||||
text: "Manage dives"
|
text: "Manage dives"
|
||||||
Action {
|
Action {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue