Bug: "Secondary" box greyed out for DTS Express 24bit (#173)
This commit is contained in:
parent
7740bd5009
commit
b8d9788b04
@ -874,6 +874,7 @@ void TsMuxerWindow::trackLVItemSelectionChanged()
|
||||
ui->dtsDwnConvert->setEnabled(codecInfo->displayName == "DTS-HD" || codecInfo->displayName == "TRUE-HD" ||
|
||||
codecInfo->displayName == "E-AC3 (DD+)");
|
||||
ui->secondaryCheckBox->setEnabled(codecInfo->descr.contains("(DTS Express)") ||
|
||||
codecInfo->descr.contains("(DTS Express 24bit)") ||
|
||||
codecInfo->displayName == "E-AC3 (DD+)");
|
||||
|
||||
if (!ui->secondaryCheckBox->isEnabled())
|
||||
|
Loading…
x
Reference in New Issue
Block a user