From 29a1e8ad344599b3317df9127ec7cc7fb553fe04 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Wed, 18 May 2022 12:35:12 -0600 Subject: [PATCH] MP3 settings always applicable for converting existing m4b --- Source/LibationWinForms/Dialogs/SettingsDialog.AudioSettings.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/LibationWinForms/Dialogs/SettingsDialog.AudioSettings.cs b/Source/LibationWinForms/Dialogs/SettingsDialog.AudioSettings.cs index 68cf9d6f..fac05b10 100644 --- a/Source/LibationWinForms/Dialogs/SettingsDialog.AudioSettings.cs +++ b/Source/LibationWinForms/Dialogs/SettingsDialog.AudioSettings.cs @@ -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); }