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 {
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: {