aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorplowsof <plowsof@protonmail.com>2024-09-10 15:47:15 +0100
committerplowsof <plowsof@protonmail.com>2024-09-10 15:47:15 +0100
commit8f17b899798fc880e990bede2f8cb7c22c3b1868 (patch)
tree0ff6143198599e7571463435f38beeac8536903a /wizard
parent08e2eafb7cfc18fc08f4b74885fa682001f12bca (diff)
downloadmonzero-gui-8f17b899798fc880e990bede2f8cb7c22c3b1868.tar.gz
monzero-gui-8f17b899798fc880e990bede2f8cb7c22c3b1868.tar.xz
monzero-gui-8f17b899798fc880e990bede2f8cb7c22c3b1868.zip
wizardRestore: blindly (re)enable create wallet button
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardRestoreWallet4.qml1
1 files changed, 1 insertions, 0 deletions
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 {