diff options
| author | plowsof <plowsof@protonmail.com> | 2024-09-10 15:47:15 +0100 |
|---|---|---|
| committer | plowsof <plowsof@protonmail.com> | 2024-09-10 15:47:15 +0100 |
| commit | 8f17b899798fc880e990bede2f8cb7c22c3b1868 (patch) | |
| tree | 0ff6143198599e7571463435f38beeac8536903a /wizard/WizardRestoreWallet4.qml | |
| parent | 08e2eafb7cfc18fc08f4b74885fa682001f12bca (diff) | |
| download | monzero-gui-8f17b899798fc880e990bede2f8cb7c22c3b1868.tar.gz monzero-gui-8f17b899798fc880e990bede2f8cb7c22c3b1868.tar.xz monzero-gui-8f17b899798fc880e990bede2f8cb7c22c3b1868.zip | |
wizardRestore: blindly (re)enable create wallet button
Diffstat (limited to 'wizard/WizardRestoreWallet4.qml')
| -rw-r--r-- | wizard/WizardRestoreWallet4.qml | 1 |
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 { |
