From cffa9e8d0633c660de32d44e59761497d12f4c73 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 3 May 2016 10:58:32 -0700 Subject: 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 --- mobile-widgets/qml/DiveList.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 9ffb2ee88..e4ae3be28 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -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 } } -- cgit v1.2.3-70-g09d2