mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
wizardRestore: blindly (re)enable create wallet button
This commit is contained in:
parent
08e2eafb7c
commit
8f17b89979
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ Rectangle {
|
|||
progress: appWindow.walletMode <= 1 ? 2 : 3
|
||||
|
||||
onPrevClicked: {
|
||||
btnNext.enabled = true;
|
||||
if (appWindow.walletMode <= 1){
|
||||
wizardStateView.state = "wizardRestoreWallet1";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue