diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index f2d4bb9a..1856d959 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -249,6 +249,13 @@ Rectangle { function onPageCompleted(previousView){ if(previousView.viewName == "wizardHome"){ walletInput.reset(); + deviceNameDropdown.currentIndex = 0; + newDeviceWallet.checked = true; + restoreDeviceWallet.checked = false; + wizardController.walletOptionsDeviceIsRestore = false; + restoreHeight.text = ""; + lookahead.text = ""; + errorMsg.text = ""; } }