diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-07 10:09:06 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-07 10:09:06 -0800 |
commit | d8d9301e8ea0627b52a693b2e48defdd96ec51bf (patch) | |
tree | 67eb9a0602bb527959bdcc7bf0367bbd5b137479 /qt-mobile | |
parent | ad72d437a30681abe36345b217a9aea6b6d725eb (diff) | |
download | subsurface-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.qml | 2 |
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 |