QML UI: start out with save button visible

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-26 10:28:46 -07:00
parent 7d9c306685
commit 1cf71a476b

View file

@ -230,6 +230,9 @@ Kirigami.ScrollablePage {
StartPage {
id: startPage
}
Component.onCompleted: {
page.actions.main = page.saveAction
}
}
ListView {