From 8f17b899798fc880e990bede2f8cb7c22c3b1868 Mon Sep 17 00:00:00 2001 From: plowsof Date: Tue, 10 Sep 2024 15:47:15 +0100 Subject: [PATCH] wizardRestore: blindly (re)enable create wallet button --- wizard/WizardRestoreWallet4.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/wizard/WizardRestoreWallet4.qml b/wizard/WizardRestoreWallet4.qml index 9f87e77b..d2d129b1 100644 --- a/wizard/WizardRestoreWallet4.qml +++ b/wizard/WizardRestoreWallet4.qml @@ -72,6 +72,7 @@ Rectangle { progress: appWindow.walletMode <= 1 ? 2 : 3 onPrevClicked: { + btnNext.enabled = true; if (appWindow.walletMode <= 1){ wizardStateView.state = "wizardRestoreWallet1"; } else {