mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
wizard/device: hide splash screen
This commit is contained in:
parent
fd230789e9
commit
a6525e74e6
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
function onCreateWalletFromDeviceCompleted(written){
|
function onCreateWalletFromDeviceCompleted(written){
|
||||||
|
hideProcessingSplash();
|
||||||
if(written){
|
if(written){
|
||||||
wizardStateView.state = "wizardCreateWallet2";
|
wizardStateView.state = "wizardCreateWallet2";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue