mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Allow saving first line without text when clicking "Save" toolbar item - thx PM :)
This commit is contained in:
parent
f97f248fb1
commit
a3bf9d16d7
@ -5433,7 +5433,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
|
||||
private void SaveAll(bool useOnly0AForNewLine = false)
|
||||
{
|
||||
if (!IsSubtitleLoaded)
|
||||
if (_subtitle == null || _subtitle.Paragraphs.Count == 0)
|
||||
{
|
||||
ShowStatus(_language.CannotSaveEmptySubtitle);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user