From 803eef382520c9d7030bbebfb36bcc1f951ac1e3 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 9 May 2022 20:37:05 -0600 Subject: [PATCH] Settings are not mutually exclusive --- 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 6b45db4e..68cf9d6f 100644 --- a/Source/LibationWinForms/Dialogs/SettingsDialog.AudioSettings.cs +++ b/Source/LibationWinForms/Dialogs/SettingsDialog.AudioSettings.cs @@ -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)