QML UI: disable download from divecomputer button on start page
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ad72d437a3
commit
d8d9301e8e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user