aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r--qt-mobile/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 30e79e22c..eadd220a3 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -50,6 +50,7 @@ MobileComponents.ApplicationWindow {
text: "Add dive manually"
onTriggered: {
manager.addDive();
+ detailsWindow.state = "edit"
stackView.push(detailsWindow)
}
}