mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
removed a duplicate check
This commit is contained in:
parent
72e1a19ea5
commit
e80147d24e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ namespace Wox.Infrastructure.Image
|
|||
{
|
||||
Stopwatch.Normal("|ImageLoader.Initialize|Preload images cost", () =>
|
||||
{
|
||||
ImageCache.Usage.AsParallel().Where(i => !ImageCache.ContainsKey(i.Key)).ForAll(x =>
|
||||
ImageCache.Usage.AsParallel().ForAll(x =>
|
||||
{
|
||||
Load(x.Key);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue