From 1cf71a476b243f2659cad72f251efe73e51d7e23 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 26 Apr 2016 10:28:46 -0700 Subject: QML UI: start out with save button visible Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 73bb06a86..6ad3161e1 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -230,6 +230,9 @@ Kirigami.ScrollablePage { StartPage { id: startPage } + Component.onCompleted: { + page.actions.main = page.saveAction + } } ListView { -- cgit v1.2.3-70-g09d2