From 48695cda7c48362b7f020a5d0f7dd34bfa206ad9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 5 Feb 2016 09:22:54 -0800 Subject: QML UI: disable download from divecomputer This is not hooked up, yet, and would likely only confuse potential testers. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt-mobile/qml') 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: { -- cgit v1.2.3-70-g09d2