diff options
-rw-r--r-- | qt-mobile/qml/main.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 8a5347967..fae6422fd 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -56,6 +56,8 @@ MobileComponents.ApplicationWindow { }, MobileComponents.ActionGroup { text: "Manage dives" + /* + * disable for the beta to avoid confusion Action { text: "Download from computer" onTriggered: { @@ -63,6 +65,7 @@ MobileComponents.ApplicationWindow { stackView.push(downloadDivesWindow) } } + */ Action { text: "Add dive manually" onTriggered: { |