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 {
|
DSM.State {
|
||||||
id: onboardingState
|
id: onboardingState
|
||||||
initialState: hasAccounts ? stateLogin : keysMainState
|
initialState: hasAccounts ? stateLogin : stateIntro
|
||||||
|
|
||||||
DSM.State {
|
DSM.State {
|
||||||
id: stateIntro
|
id: stateIntro
|
||||||
|
|
Loading…
Reference in New Issue