mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
602f49e012
commit
5c0b864a55
1 changed files with 7 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue