Remove duplicate win32 programs

This commit is contained in:
Vic 2022-10-16 20:18:26 +08:00 committed by VictoriousRaptor
parent 4334d28dc2
commit d5d141f9db

View file

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