diff options
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 7 |
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 { |