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:
Dirk Hohndel 2016-05-03 10:58:32 -07:00
parent 1902d527d5
commit cffa9e8d06

View file

@ -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
}
}