mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 19:47:25 -04:00
wizardRestore: blindly (re)enable create wallet button
This commit is contained in:
@@ -72,6 +72,7 @@ Rectangle {
|
||||
progress: appWindow.walletMode <= 1 ? 2 : 3
|
||||
|
||||
onPrevClicked: {
|
||||
btnNext.enabled = true;
|
||||
if (appWindow.walletMode <= 1){
|
||||
wizardStateView.state = "wizardRestoreWallet1";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user