summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/main.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 41fe2a677..07180ee90 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -507,6 +507,13 @@ if you have network connectivity and want to sync your data to cloud storage."),
text: qsTr("Dive planner")
Kirigami.Action {
+ icon {
+ name: ":/go-previous-symbolic"
+ }
+ text: qsTr("Back")
+ onTriggered: globalDrawer.scrollViewItem.pop()
+ }
+ Kirigami.Action {
text: qsTr("Setup")
onTriggered: {
globalDrawer.close()