aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-07 10:09:06 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-07 10:09:06 -0800
commitd8d9301e8ea0627b52a693b2e48defdd96ec51bf (patch)
tree67eb9a0602bb527959bdcc7bf0367bbd5b137479 /qt-mobile
parentad72d437a30681abe36345b217a9aea6b6d725eb (diff)
downloadsubsurface-d8d9301e8ea0627b52a693b2e48defdd96ec51bf.tar.gz
QML UI: disable download from divecomputer button on start page
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/StartPage.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml
index 468415701..173ed1265 100644
--- a/qt-mobile/qml/StartPage.qml
+++ b/qt-mobile/qml/StartPage.qml
@@ -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