Skip to content

Commit cb6bfaf

Browse files
Remove duplicate win32 programs
1 parent 600f929 commit cb6bfaf

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ public static Win32[] All(Settings settings)
565565

566566
autoIndexPrograms = ProgramsHasher(autoIndexPrograms);
567567

568-
return programs.Concat(autoIndexPrograms).Distinct().ToArray();
568+
return ProgramsHasher(programs.Concat(autoIndexPrograms)).ToArray();
569569
}
570570
#if DEBUG //This is to make developer aware of any unhandled exception and add in handling.
571571
catch (Exception)

0 commit comments

Comments
 (0)