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