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
@ -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…
x
Reference in New Issue
Block a user