diff --git a/main.qml b/main.qml index 997c3511..238ef3f7 100644 --- a/main.qml +++ b/main.qml @@ -1313,10 +1313,11 @@ ApplicationWindow { } } else console.log("qrScannerEnabled disabled"); - wizard.wizardState = "wizardHome"; if(!walletsFound()) { + wizard.wizardState = "wizardLanguage"; rootItem.state = "wizard" } else { + wizard.wizardState = "wizardHome"; rootItem.state = "normal" openWallet("wizard"); }