Fix mislabled variable reference

Co-authored-by: Alexander Babikov <2708460+lemondrops@users.noreply.github.com>
This commit is contained in:
Cacodemon345
2022-07-30 15:46:44 +06:00
committed by GitHub
parent e6cfdf4f69
commit 180682aa36

View File

@@ -162,7 +162,7 @@ void SettingsStorageControllers::onCurrentMachineChanged(int machineId) {
ui->checkBoxTertiaryIDE->setEnabled(is_at > 0);
ui->checkBoxQuaternaryIDE->setEnabled(is_at > 0);
ui->checkBoxTertiaryIDE->setChecked(ui->checkBoxTertiaryIDE->isEnabled() && ide_ter_enabled);
ui->checkBoxQuaternaryIDE->setChecked(ui->checkBoxQuaternaryIDE->isEnabled() && ide_ter_enabled);
ui->checkBoxQuaternaryIDE->setChecked(ui->checkBoxQuaternaryIDE->isEnabled() && ide_qua_enabled);
}
void SettingsStorageControllers::on_comboBoxHD_currentIndexChanged(int index) {