mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
More #3991
This commit is contained in:
parent
2e02d2eb4d
commit
c4eb9f8088
@ -46,7 +46,7 @@ namespace Nikse.SubtitleEdit.Core
|
||||
if (string.IsNullOrEmpty(fileName))
|
||||
{
|
||||
Files = Files.Where(p => !string.IsNullOrEmpty(p.FileName)).ToList();
|
||||
Files.Insert(0, new RecentFileEntry());
|
||||
Files.Insert(0, new RecentFileEntry { FileName = string.Empty });
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user