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