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