wizardRestore: blindly (re)enable create wallet button

This commit is contained in:
plowsof 2024-09-10 15:47:15 +01:00
parent 08e2eafb7c
commit 8f17b89979

View file

@ -72,6 +72,7 @@ Rectangle {
progress: appWindow.walletMode <= 1 ? 2 : 3
onPrevClicked: {
btnNext.enabled = true;
if (appWindow.walletMode <= 1){
wizardStateView.state = "wizardRestoreWallet1";
} else {