Settings are not mutually exclusive

This commit is contained in:
Michael Bucari-Tovo 2022-05-09 20:37:05 -06:00
parent e2a05761a6
commit 803eef3825

View File

@ -17,7 +17,6 @@ namespace LibationWinForms.Dialogs
private void LameMatchSourceBRCbox_CheckedChanged(object sender, EventArgs e)
{
lameBitrateTb.Enabled = !LameMatchSourceBRCbox.Checked;
lameConstantBitrateCbox.Enabled = !LameMatchSourceBRCbox.Checked;
}
private void convertFormatRb_CheckedChanged(object sender, EventArgs e)