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>
This commit is contained in:
Dirk Hohndel 2016-02-05 09:22:54 -08:00
parent 24e2f83d67
commit 48695cda7c

View file

@ -56,6 +56,8 @@ MobileComponents.ApplicationWindow {
}, },
MobileComponents.ActionGroup { MobileComponents.ActionGroup {
text: "Manage dives" text: "Manage dives"
/*
* disable for the beta to avoid confusion
Action { Action {
text: "Download from computer" text: "Download from computer"
onTriggered: { onTriggered: {
@ -63,6 +65,7 @@ MobileComponents.ApplicationWindow {
stackView.push(downloadDivesWindow) stackView.push(downloadDivesWindow)
} }
} }
*/
Action { Action {
text: "Add dive manually" text: "Add dive manually"
onTriggered: { onTriggered: {