Minor UI fix

This commit is contained in:
Nikolaj Olsson 2024-04-19 07:22:16 +02:00
parent 2b28b4551f
commit 408bf2539e

View File

@ -302,7 +302,7 @@ namespace Nikse.SubtitleEdit.Forms
videoPlayerContainer1.Visible = false;
}
if (_noSubtitles)
if (_noSubtitles && !BatchMode)
{
checkBoxRightToLeft.Enabled = false;
labelProgress.Text = LanguageSettings.Current.Main.NoSubtitleLoaded;