mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07: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
|
progress: appWindow.walletMode <= 1 ? 2 : 3
|
||||||
|
|
||||||
onPrevClicked: {
|
onPrevClicked: {
|
||||||
|
btnNext.enabled = true;
|
||||||
if (appWindow.walletMode <= 1){
|
if (appWindow.walletMode <= 1){
|
||||||
wizardStateView.state = "wizardRestoreWallet1";
|
wizardStateView.state = "wizardRestoreWallet1";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user