Fix PageLoader initial page when no account
This commit is contained in:
parent
99ae075bb4
commit
1c306f421a
|
@ -71,7 +71,7 @@ HLoader {
|
|||
|
||||
Component.onCompleted: {
|
||||
if (! py.startupAnyAccountsSaved) {
|
||||
pageLoader.show("AddAccount/AddAccount", {"header.show": false})
|
||||
pageLoader.show("Pages/AddAccount/AddAccount.qml")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user