mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Merge pull request #2643
3528bcd
main: show wizard init screen when no wallet is found (selsta)
This commit is contained in:
commit
b73551d6ab
3
main.qml
3
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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user