Settings are not mutually exclusive
This commit is contained in:
parent
e2a05761a6
commit
803eef3825
@ -17,7 +17,6 @@ namespace LibationWinForms.Dialogs
|
|||||||
private void LameMatchSourceBRCbox_CheckedChanged(object sender, EventArgs e)
|
private void LameMatchSourceBRCbox_CheckedChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
lameBitrateTb.Enabled = !LameMatchSourceBRCbox.Checked;
|
lameBitrateTb.Enabled = !LameMatchSourceBRCbox.Checked;
|
||||||
lameConstantBitrateCbox.Enabled = !LameMatchSourceBRCbox.Checked;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void convertFormatRb_CheckedChanged(object sender, EventArgs e)
|
private void convertFormatRb_CheckedChanged(object sender, EventArgs e)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user