fix(Onboarding): show warning screen at the start of no account
This commit is contained in:
parent
8bae313a2d
commit
9e474a3def
|
@ -159,7 +159,7 @@ ApplicationWindow {
|
|||
|
||||
DSM.State {
|
||||
id: onboardingState
|
||||
initialState: hasAccounts ? stateLogin : keysMainState
|
||||
initialState: hasAccounts ? stateLogin : stateIntro
|
||||
|
||||
DSM.State {
|
||||
id: stateIntro
|
||||
|
|
Loading…
Reference in New Issue