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
@ -38,7 +38,12 @@ MobileComponents.ApplicationWindow {
|
||||
stackView.push(prefsWindow)
|
||||
}
|
||||
},
|
||||
|
||||
Action {
|
||||
text: "Back to Divelist"
|
||||
onTriggered: {
|
||||
stackView.pop()
|
||||
}
|
||||
},
|
||||
MobileComponents.ActionGroup {
|
||||
text: "Manage dives"
|
||||
Action {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user