diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-02-25 14:39:04 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-02-25 14:39:04 -0600 |
| commit | c2091e3a3369a59e16c196e872dd6c0d59b4a68a (patch) | |
| tree | d50b2d9931695a439615fc11c5ed519a3cc8edf4 /wizard | |
| parent | a22203573fb1f915f3d962944e76a6234428aa7b (diff) | |
| parent | d3400db5c020eaf6599f1039c08c41afe43abcaa (diff) | |
| download | monzero-gui-c2091e3a3369a59e16c196e872dd6c0d59b4a68a.tar.gz monzero-gui-c2091e3a3369a59e16c196e872dd6c0d59b4a68a.tar.xz monzero-gui-c2091e3a3369a59e16c196e872dd6c0d59b4a68a.zip | |
Merge pull request #1966
d3400db wizardController: cleanup restart variables (mmbyday)
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardController.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index bb073b66..c57ff042 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -51,6 +51,9 @@ Rectangle { wizardController.walletOptionsLocation = ''; wizardController.walletOptionsPassword = ''; wizardController.walletOptionsSeed = ''; + wizardController.walletOptionsRecoverAddress = '' + wizardController.walletOptionsRecoverViewkey = '' + wizardController.walletOptionsRecoverSpendkey = '' wizardController.walletOptionsBackup = ''; wizardController.walletRestoreMode = 'seed'; wizardController.walletOptionsRestoreHeight = 0; @@ -59,9 +62,8 @@ Rectangle { wizardController.walletOptionsDeviceName = ''; wizardController.tmpWalletFilename = ''; wizardController.walletRestoreMode = 'seed' - wizardController.walletOptionsSubaddressLookahead = ""; + wizardController.walletOptionsSubaddressLookahead = ''; wizardController.remoteNodes = {}; - wizardController.walletOptionsIsRecoveringFromDevice = false; } property var m_wallet; |
