Skip to content

Commit 1348708

Browse files
revert
1 parent a5d7005 commit 1348708

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
@@ -497,7 +497,7 @@ private static IEnumerable<Win32> ProgramsHasher(IEnumerable<Win32> programs)
497497
if (temp.Any())
498498
return DistinctBy(temp, x => x.Description);
499499
return g.Take(1);
500-
});
500+
}).ToArray();
501501
}
502502

503503

0 commit comments

Comments
 (0)