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:
parent
7d9c306685
commit
1cf71a476b
1 changed files with 3 additions and 0 deletions
|
@ -230,6 +230,9 @@ Kirigami.ScrollablePage {
|
|||
StartPage {
|
||||
id: startPage
|
||||
}
|
||||
Component.onCompleted: {
|
||||
page.actions.main = page.saveAction
|
||||
}
|
||||
}
|
||||
|
||||
ListView {
|
||||
|
|
Loading…
Add table
Reference in a new issue