Add language tag

This commit is contained in:
niksedk 2022-11-08 17:04:55 +01:00
parent 73e34a6a01
commit a13eaf44dc
2 changed files with 4 additions and 0 deletions

View File

@ -2181,6 +2181,7 @@ can edit in same subtitle file (collaboration)</Information>
<ApplyAssaOverrideTags>Apply ASSA override tags to selection</ApplyAssaOverrideTags>
<SetAssaPosition>Set/get ASSA position</SetAssaPosition>
<SetAssaResolution>Set ASSA resolution (PlayResX/PlayResY)</SetAssaResolution>
<SetAssaBgBox>Set ASSA background box</SetAssaBgBox>
<TakeAutoBackup>Take auto-backup now</TakeAutoBackup>
<ShowLineBreaksAs>Show line breaks in list view as</ShowLineBreaksAs>
<SaveAsFileNameFrom>"Save as..." uses file name from</SaveAsFileNameFrom>

View File

@ -5890,6 +5890,9 @@ namespace Nikse.SubtitleEdit.Logic
case "Settings/SetAssaResolution":
language.Settings.SetAssaResolution = reader.Value;
break;
case "Settings/SetAssaBgBox":
language.Settings.SetAssaBgBox = reader.Value;
break;
case "Settings/TakeAutoBackup":
language.Settings.TakeAutoBackup = reader.Value;
break;