BIOSSettingsWidget: Make sure Fast Forward Boot is greyed out when Fast Boot is disabled

Signed-off-by: SternXD <stern@sidestore.io>
This commit is contained in:
SternXD 2025-11-20 19:21:55 -05:00
parent 435fb688c7
commit 5364d9bb69
No known key found for this signature in database
GPG Key ID: D441C1FDAF4EAC36

View File

@ -39,6 +39,8 @@ BIOSSettingsWidget::BIOSSettingsWidget(SettingsWindow* settings_dialog, QWidget*
connect(m_ui.refresh, &QPushButton::clicked, this, &BIOSSettingsWidget::refreshList);
connect(m_ui.fileList, &QTreeWidget::currentItemChanged, this, &BIOSSettingsWidget::listItemChanged);
connect(m_ui.fastBoot, &QCheckBox::checkStateChanged, this, &BIOSSettingsWidget::fastBootChanged);
fastBootChanged();
}
BIOSSettingsWidget::~BIOSSettingsWidget() = default;