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)
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue