diff --git a/src/firsttimewizard.cpp b/src/firsttimewizard.cpp index 2362523..8bc4dcb 100644 --- a/src/firsttimewizard.cpp +++ b/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();