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: https://git.hush.is/hush/SilentDragonLite/pulls/72
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user