We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7539a commit c194d21Copy full SHA for c194d21
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -317,7 +317,7 @@ private static Win32 UrlProgram(string path)
317
}
318
319
var iconPath = urlSection?["IconFile"];
320
- if (iconPath != null && Path.GetExtension(iconPath).Equals(".ico", StringComparison.OrdinalIgnoreCase))
+ if (!String.IsNullOrEmpty(url))
321
{
322
program.IcoPath = iconPath;
323
0 commit comments