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:
Jan Mulder 2016-01-22 13:02:53 +01:00 committed by Dirk Hohndel
parent c2eeda44e6
commit 996367ac97

View file

@ -38,7 +38,12 @@ MobileComponents.ApplicationWindow {
stackView.push(prefsWindow)
}
},
Action {
text: "Back to Divelist"
onTriggered: {
stackView.pop()
}
},
MobileComponents.ActionGroup {
text: "Manage dives"
Action {