mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
wizardRestore: blindly (re)enable create wallet button
This commit is contained in:
parent
08e2eafb7c
commit
8f17b89979
@ -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 New Issue
Block a user