From 532b308a2f43c44a7d3c5af1d5d18c8043ba0f21 Mon Sep 17 00:00:00 2001 From: onryo Date: Sat, 29 Jan 2022 12:36:41 +0000 Subject: [PATCH] Update 'src/firsttimewizard.cpp' --- src/firsttimewizard.cpp | 1 - 1 file changed, 1 deletion(-) 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();