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 65db18c commit ac7a1a7Copy full SHA for ac7a1a7
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -554,7 +554,7 @@ public static Win32[] All(Settings settings)
554
555
autoIndexPrograms = ProgramsHasher(autoIndexPrograms);
556
557
- return ProgramsHasher(programs.Concat(autoIndexPrograms)).ToArray();
+ return programs.Concat(autoIndexPrograms).Distinct().ToArray();
558
}
559
#if DEBUG //This is to make developer aware of any unhandled exception and add in handling.
560
catch (Exception)
0 commit comments