diff options
| author | xiphon <xiphon@protonmail.com> | 2019-04-20 05:38:55 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-04-20 05:38:55 +0000 |
| commit | ed603f310e33d26415b20cd9caa7c36bf5b427ec (patch) | |
| tree | 31aca5acb2c880e9afe5dbad473e18707f4edda8 /wizard | |
| parent | 10926644bfe049b3c7b1dcd9b274a3a79cfa1e94 (diff) | |
| download | monzero-gui-ed603f310e33d26415b20cd9caa7c36bf5b427ec.tar.gz monzero-gui-ed603f310e33d26415b20cd9caa7c36bf5b427ec.tar.xz monzero-gui-ed603f310e33d26415b20cd9caa7c36bf5b427ec.zip | |
device: fix hardware wallet creation / restore height
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardController.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 6bac1e6a..34744987 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -507,6 +507,7 @@ Rectangle { function openWalletFile(fn) { persistentSettings.restore_height = 0; persistentSettings.is_recovering = false; + persistentSettings.is_recovering_from_device = false; appWindow.restoreHeight = 0; appWindow.walletPassword = ""; |
