This commit is contained in:
Vic 2022-10-30 02:49:33 +08:00
parent a5d7005497
commit 134870815a

View file

@ -497,7 +497,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
if (temp.Any())
return DistinctBy(temp, x => x.Description);
return g.Take(1);
});
}).ToArray();
}