aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-05 09:22:54 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-05 09:22:54 -0800
commit48695cda7c48362b7f020a5d0f7dd34bfa206ad9 (patch)
treef60948eb80f67d1154a05f2410219ce63eec7896 /qt-mobile/qml/main.qml
parent24e2f83d67654f36da8f83a8be3f6dcac0a74c20 (diff)
downloadsubsurface-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.qml3
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: {