diff --git a/main.qml b/main.qml index 1d2df672..f8efa202 100644 --- a/main.qml +++ b/main.qml @@ -1316,10 +1316,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"); }