fix(Onboarding): show warning screen at the start of no account

This commit is contained in:
Jonathan Rainville 2021-05-11 14:40:29 -04:00 committed by Iuri Matias
parent 8bae313a2d
commit 9e474a3def
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ ApplicationWindow {
DSM.State {
id: onboardingState
initialState: hasAccounts ? stateLogin : keysMainState
initialState: hasAccounts ? stateLogin : stateIntro
DSM.State {
id: stateIntro