mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 16:57:26 -04:00
wizard: save recovering state
This commit is contained in:
@@ -65,7 +65,7 @@ Item {
|
||||
var success = wallet.status === Wallet.Status_Ok;
|
||||
if (success) {
|
||||
settingsObject['wallet'] = wallet;
|
||||
settingsObject['is_restoring'] = true;
|
||||
settingsObject['is_recovering'] = true;
|
||||
} else {
|
||||
walletManager.closeWallet(wallet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user