diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-05 09:22:54 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-05 09:22:54 -0800 |
commit | 48695cda7c48362b7f020a5d0f7dd34bfa206ad9 (patch) | |
tree | f60948eb80f67d1154a05f2410219ce63eec7896 /qt-mobile/qml/main.qml | |
parent | 24e2f83d67654f36da8f83a8be3f6dcac0a74c20 (diff) | |
download | subsurface-48695cda7c48362b7f020a5d0f7dd34bfa206ad9.tar.gz |
QML UI: disable download from divecomputer
This is not hooked up, yet, and would likely only confuse potential
testers.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-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: { |