diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-02-25 08:30:59 -0800 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-02-25 08:30:59 -0800 |
| commit | d3400db5c020eaf6599f1039c08c41afe43abcaa (patch) | |
| tree | 070f5f42e36ae77b582c1dbcf8336c716f3884ce | |
| parent | a89ffd02d055835a65ea3eb12888ad81ebfc6a02 (diff) | |
| download | monzero-gui-d3400db5c020eaf6599f1039c08c41afe43abcaa.tar.gz monzero-gui-d3400db5c020eaf6599f1039c08c41afe43abcaa.tar.xz monzero-gui-d3400db5c020eaf6599f1039c08c41afe43abcaa.zip | |
wizardController: cleanup restart variables
| -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 87d96f70..34f534e0 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; |
