diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-26 10:28:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-26 10:28:46 -0700 |
commit | 1cf71a476b243f2659cad72f251efe73e51d7e23 (patch) | |
tree | 91110b9ceb3d7fe09eae9ecfb5d731b7c64c6106 /mobile-widgets | |
parent | 7d9c30668538e887f5a193ed4fdd385f83798062 (diff) | |
download | subsurface-1cf71a476b243f2659cad72f251efe73e51d7e23.tar.gz |
QML UI: start out with save button visible
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |