Fix merge conflict
This commit is contained in:
@@ -198,7 +198,7 @@ public class IconService : IIconService
|
||||
// Iterate though the files of the second level sub directory. This should be where the SVG files are located :D
|
||||
foreach (IFileInfo file in fileProvider.GetDirectoryContents($"{path}/{pluginDirectory.Name}/{subDir1.Name}/{subDir2.Name}"))
|
||||
{
|
||||
if (file.Name.InvariantEndsWith(".svg"))
|
||||
if (file.Name.InvariantEndsWith(".svg") && file.PhysicalPath != null)
|
||||
{
|
||||
yield return new FileInfo(file.PhysicalPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user