aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-04-23 15:28:16 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-04-23 15:28:16 -0500
commitf56d3ea590965623546c216a8f2d78435148f3ef (patch)
tree3bc0beb72e16e1b085ba71f3f7d612078a16fe4e /wizard
parent5d7102efd26c5a6a0d80c0d4d1c8e63cee9262b3 (diff)
parented603f310e33d26415b20cd9caa7c36bf5b427ec (diff)
downloadmonzero-gui-f56d3ea590965623546c216a8f2d78435148f3ef.tar.gz
monzero-gui-f56d3ea590965623546c216a8f2d78435148f3ef.tar.xz
monzero-gui-f56d3ea590965623546c216a8f2d78435148f3ef.zip
Merge pull request #2097
ed603f3 device: fix hardware wallet creation / restore height (xiphon)
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardController.qml1
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 = "";