1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

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 {