Skip to content

Commit

Permalink
wizardRestore: blindly (re)enable create wallet button
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 10, 2024
1 parent 08e2eaf commit 8f17b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wizard/WizardRestoreWallet4.qml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Rectangle {
progress: appWindow.walletMode <= 1 ? 2 : 3

onPrevClicked: {
btnNext.enabled = true;
if (appWindow.walletMode <= 1){
wizardStateView.state = "wizardRestoreWallet1";
} else {
Expand Down

0 comments on commit 8f17b89

Please sign in to comment.