summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-26 10:28:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-26 10:28:46 -0700
commit1cf71a476b243f2659cad72f251efe73e51d7e23 (patch)
tree91110b9ceb3d7fe09eae9ecfb5d731b7c64c6106 /mobile-widgets
parent7d9c30668538e887f5a193ed4fdd385f83798062 (diff)
downloadsubsurface-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.qml3
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 {