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 36f67b8 commit b0a4ac7Copy full SHA for b0a4ac7
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -381,6 +381,7 @@ private static string Extension(string path)
381
private static IEnumerable<Win32> UnregisteredPrograms(List<ProgramSource> sources, string[] suffixes, string[] protocols)
382
{
383
var paths = ExceptDisabledSource(sources.Where(s => Directory.Exists(s.Location) && s.Enabled)
384
+ .AsParallel()
385
.SelectMany(s => ProgramPaths(s.Location, suffixes)))
386
.Distinct();
387
0 commit comments