mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Minor UI fix
This commit is contained in:
parent
2b28b4551f
commit
408bf2539e
@ -302,7 +302,7 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
videoPlayerContainer1.Visible = false;
|
videoPlayerContainer1.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_noSubtitles)
|
if (_noSubtitles && !BatchMode)
|
||||||
{
|
{
|
||||||
checkBoxRightToLeft.Enabled = false;
|
checkBoxRightToLeft.Enabled = false;
|
||||||
labelProgress.Text = LanguageSettings.Current.Main.NoSubtitleLoaded;
|
labelProgress.Text = LanguageSettings.Current.Main.NoSubtitleLoaded;
|
||||||
|
Loading…
Reference in New Issue
Block a user