mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove duplicate win32 programs
This commit is contained in:
parent
4334d28dc2
commit
d5d141f9db
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue