mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Index .url files in PATH
This commit is contained in:
parent
d18189105e
commit
da755fa8c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue