QML UI: disable download from divecomputer button on start page

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-02-07 10:09:06 -08:00
parent ad72d437a3
commit d8d9301e8e

View file

@ -36,6 +36,7 @@ Item {
stackView.push(cloudCredWindow)
}
}
/*
SubsurfaceButton {
id: computerButton
Layout.preferredWidth: startpage.buttonWidth
@ -46,6 +47,7 @@ Item {
stackView.push(downloadDivesWindow)
}
}
*/
SubsurfaceButton {
id: manualButton
Layout.preferredWidth: startpage.buttonWidth