Browse Source

Merge pull request '"Create a new wallet" button is already marked as complete, but the next button is not' (#72) from onryo/SilentDragonLite:dev into dev

Reviewed-on: #72
pull/84/head
Duke Leto 2 years ago
parent
commit
5825b30e71
  1. 1
      src/firsttimewizard.cpp

1
src/firsttimewizard.cpp

@ -175,7 +175,6 @@ NewOrRestorePage::NewOrRestorePage(FirstTimeWizard *parent) : QWizardPage(parent
form.radioRestoreWallet->setEnabled(true);
form.radioNewWallet->setEnabled(true);
form.radioNewWallet->setChecked(true);
parent->button(QWizard::NextButton)->setEnabled(false);
int length = passphrase.length();

Loading…
Cancel
Save