Index .url files in PATH

This commit is contained in:
Vic 2022-11-02 14:07:56 +08:00
parent d18189105e
commit da755fa8c7

View file

@ -434,6 +434,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
.Select(x => Extension(x) switch
{
ShortcutExtension => LnkProgram(x),
UrlExtension => UrlProgram(x),
_ => Win32Program(x)
}).Where(x => x.Valid);
return programs;