mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: show nocloud button at start
While this seemed to work fine on iOS and when compiling the QML UI on a desktop, on Android the nocloud button wasn't shown at app start. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1902d527d5
commit
cffa9e8d06
1 changed files with 2 additions and 0 deletions
|
@ -237,7 +237,9 @@ Kirigami.ScrollablePage {
|
|||
id: startPage
|
||||
}
|
||||
Component.onCompleted: {
|
||||
// initially we are in "no credentials" mode
|
||||
page.actions.main = page.saveAction
|
||||
page.actions.right = page.offlineAction
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue