mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
When selecting "no audio", hide encoder modes
This commit is contained in:
@@ -2343,6 +2343,10 @@ namespace JDP
|
||||
if (SelectedOutputAudioType == AudioEncoderType.NoAudio)
|
||||
{
|
||||
comboBoxEncoder.Enabled = false;
|
||||
trackBarEncoderMode.Visible = false;
|
||||
labelEncoderMode.Visible = false;
|
||||
labelEncoderMinMode.Visible = false;
|
||||
labelEncoderMaxMode.Visible = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user