mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
parent
480152a2df
commit
780d9d795e
@ -9266,6 +9266,12 @@ $HorzAlign = Center
|
||||
shortcuts.MainAdjustStartDownEndUpAndGoToNext = subNode.InnerText;
|
||||
}
|
||||
|
||||
subNode = node.SelectSingleNode("MainAdjustSetStartAndEndOfPrevious");
|
||||
if (subNode != null)
|
||||
{
|
||||
shortcuts.MainAdjustSetStartAndEndOfPrevious = subNode.InnerText;
|
||||
}
|
||||
|
||||
subNode = node.SelectSingleNode("MainAdjustSetStartAndEndOfPreviousAndGoToNext");
|
||||
if (subNode != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user