summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r--qt-mobile/qml/main.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 43e7cf2a0..e69e91018 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -38,7 +38,12 @@ MobileComponents.ApplicationWindow {
stackView.push(prefsWindow)
}
},
-
+ Action {
+ text: "Back to Divelist"
+ onTriggered: {
+ stackView.pop()
+ }
+ },
MobileComponents.ActionGroup {
text: "Manage dives"
Action {