aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardController.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardController.qml')
-rw-r--r--wizard/WizardController.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml
index 72a108ce..be4e5334 100644
--- a/wizard/WizardController.qml
+++ b/wizard/WizardController.qml
@@ -349,6 +349,8 @@ Rectangle {
const handler = function(success) {
if (!success) {
appWindow.showStatusMessage(qsTr("Failed to store the wallet"), 3);
+ wizardStateView.wizardRestoreWallet4View.wizardNav.btnNext.enabled = true;
+ wizardStateView.wizardCreateWallet4View.wizardNav.btnNext.enabled = true;
return;
}