This commit is contained in:
Nikolaj Olsson 2020-02-17 22:42:53 +01:00
parent 2e02d2eb4d
commit c4eb9f8088

View File

@ -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;
}