Revert "Remove duplicate win32 programs"

This reverts commit d5d141f9db.
This commit is contained in:
Vic 2022-10-31 22:02:10 +08:00
parent 65db18ca91
commit ac7a1a7ce8

View file

@ -554,7 +554,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
autoIndexPrograms = ProgramsHasher(autoIndexPrograms);
return ProgramsHasher(programs.Concat(autoIndexPrograms)).ToArray();
return programs.Concat(autoIndexPrograms).Distinct().ToArray();
}
#if DEBUG //This is to make developer aware of any unhandled exception and add in handling.
catch (Exception)