Skip to content

Commit ac7a1a7

Browse files
Revert "Remove duplicate win32 programs"
This reverts commit d5d141f.
1 parent 65db18c commit ac7a1a7

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
@@ -554,7 +554,7 @@ public static Win32[] All(Settings settings)
554554

555555
autoIndexPrograms = ProgramsHasher(autoIndexPrograms);
556556

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

0 commit comments

Comments
 (0)