summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/qt5/firmwarepage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/firmwarepage.cc b/ui/qt5/firmwarepage.cc
index b1f8717..30e4247 100644
--- a/ui/qt5/firmwarepage.cc
+++ b/ui/qt5/firmwarepage.cc
@@ -29,6 +29,7 @@ FirmwarePage::FirmwarePage(QWidget *parent) : HorizonWizardPage(parent) {
noButton = new QRadioButton(tr("&No, do not load firmware on this computer."));
yesButton = new QRadioButton(tr("&Yes, load firmware on this computer."));
+ yesButton->setChecked(true);
firmwareChoice = new QButtonGroup;
firmwareChoice->addButton(noButton);
firmwareChoice->addButton(yesButton);