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 4334d28 commit d5d141fCopy full SHA for d5d141f
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -565,7 +565,7 @@ public static Win32[] All(Settings settings)
565
566
autoIndexPrograms = ProgramsHasher(autoIndexPrograms);
567
568
- return programs.Concat(autoIndexPrograms).Distinct().ToArray();
+ return ProgramsHasher(programs.Concat(autoIndexPrograms)).ToArray();
569
}
570
#if DEBUG //This is to make developer aware of any unhandled exception and add in handling.
571
catch (Exception)
0 commit comments