mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 16:27:26 -04:00
main: show wizard init screen when no wallet is found
This commit is contained in:
3
main.qml
3
main.qml
@@ -1313,10 +1313,11 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
} else console.log("qrScannerEnabled disabled");
|
} else console.log("qrScannerEnabled disabled");
|
||||||
|
|
||||||
wizard.wizardState = "wizardHome";
|
|
||||||
if(!walletsFound()) {
|
if(!walletsFound()) {
|
||||||
|
wizard.wizardState = "wizardLanguage";
|
||||||
rootItem.state = "wizard"
|
rootItem.state = "wizard"
|
||||||
} else {
|
} else {
|
||||||
|
wizard.wizardState = "wizardHome";
|
||||||
rootItem.state = "normal"
|
rootItem.state = "normal"
|
||||||
openWallet("wizard");
|
openWallet("wizard");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user