MP3 settings always applicable for converting existing m4b

This commit is contained in:
Michael Bucari-Tovo 2022-05-18 12:35:12 -06:00
parent 12ddbc308a
commit 29a1e8ad34

View File

@ -21,7 +21,6 @@ namespace LibationWinForms.Dialogs
private void convertFormatRb_CheckedChanged(object sender, EventArgs e)
{
lameOptionsGb.Enabled = convertLossyRb.Checked;
lameTargetRb_CheckedChanged(sender, e);
LameMatchSourceBRCbox_CheckedChanged(sender, e);
}