aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-04-20 05:38:55 +0000
committerxiphon <xiphon@protonmail.com>2019-04-20 05:38:55 +0000
commited603f310e33d26415b20cd9caa7c36bf5b427ec (patch)
tree31aca5acb2c880e9afe5dbad473e18707f4edda8 /wizard
parent10926644bfe049b3c7b1dcd9b274a3a79cfa1e94 (diff)
downloadmonzero-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.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 = "";