mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue