mobile UI: add back button to planner menu

Otherwise you are stuck in there.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-12-27 10:29:25 -08:00
parent 602f49e012
commit 5c0b864a55

View file

@ -506,6 +506,13 @@ if you have network connectivity and want to sync your data to cloud storage."),
Kirigami.Action {
text: qsTr("Dive planner")
Kirigami.Action {
icon {
name: ":/go-previous-symbolic"
}
text: qsTr("Back")
onTriggered: globalDrawer.scrollViewItem.pop()
}
Kirigami.Action {
text: qsTr("Setup")
onTriggered: {