Merge pull request #5722 from 86Box/tc1995

Actually use the configuration of the FDC cards when needed.
This commit is contained in:
Jasmine Iwanek
2025-06-28 18:09:24 -04:00
committed by GitHub

View File

@@ -243,7 +243,7 @@ SettingsStorageControllers::on_comboBoxFD_currentIndexChanged(int index)
if (index < 0)
return;
ui->pushButtonFD->setEnabled(hdc_has_config(ui->comboBoxFD->currentData().toInt()) > 0);
ui->pushButtonFD->setEnabled(fdc_card_has_config(ui->comboBoxFD->currentData().toInt()) > 0);
}
void