mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-15 08:47:27 -04:00
Wallet: implement async wallet storing
This commit is contained in:
@@ -78,8 +78,9 @@ Rectangle {
|
||||
}
|
||||
onNextClicked: {
|
||||
wizardController.recoveryWallet();
|
||||
wizardController.writeWallet();
|
||||
wizardController.useMoneroClicked();
|
||||
wizardController.writeWallet(function() {
|
||||
wizardController.useMoneroClicked();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user