mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
parent
1946176eef
commit
bc3f369e90
@ -23574,7 +23574,9 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
|
||||
private void SetAssaResolutionWithChecks()
|
||||
{
|
||||
if (Configuration.Settings.SubtitleSettings.AssaResolutionAutoNew && IsAssa() && _videoInfo?.Height > 0)
|
||||
if (Configuration.Settings.SubtitleSettings.AssaResolutionAutoNew &&
|
||||
string.IsNullOrEmpty(_subtitle?.Header) &&
|
||||
IsAssa() && _videoInfo?.Height > 0)
|
||||
{
|
||||
if (string.IsNullOrEmpty(_subtitle?.Header))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user