mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-27 00:53:43 +01:00
main: show wizard init screen when no wallet is found
This commit is contained in:
parent
500c7ec82e
commit
3528bcd6b5
3
main.qml
3
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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user