diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-10 21:38:30 +0200 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-10 21:38:30 +0200 |
| commit | 625ae7794530bc0e0426150bf50fc4660c5c3522 (patch) | |
| tree | 3db0bd7b6f633a0a95cb7712102365ead5180480 /wizard/WizardRecoveryWallet.qml | |
| parent | 06d628b6961cea576f4ce26931b546c557707720 (diff) | |
| download | monzero-gui-625ae7794530bc0e0426150bf50fc4660c5c3522.tar.gz monzero-gui-625ae7794530bc0e0426150bf50fc4660c5c3522.tar.xz monzero-gui-625ae7794530bc0e0426150bf50fc4660c5c3522.zip | |
wizard: save recovering state
Diffstat (limited to 'wizard/WizardRecoveryWallet.qml')
| -rw-r--r-- | wizard/WizardRecoveryWallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml index 1d777397..f4c5091e 100644 --- a/wizard/WizardRecoveryWallet.qml +++ b/wizard/WizardRecoveryWallet.qml @@ -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); } |
