diff options
| -rw-r--r-- | main.qml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"); } |
