summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveList.qml2
1 files changed, 2 insertions, 0 deletions
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
}
}