Skip to content

Commit e80147d

Browse files
committed
removed a duplicate check
1 parent 72e1a19 commit e80147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wox.Infrastructure/Image/ImageLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static void Initialize()
4646
{
4747
Stopwatch.Normal("|ImageLoader.Initialize|Preload images cost", () =>
4848
{
49-
ImageCache.Usage.AsParallel().Where(i => !ImageCache.ContainsKey(i.Key)).ForAll(x =>
49+
ImageCache.Usage.AsParallel().ForAll(x =>
5050
{
5151
Load(x.Key);
5252
});

0 commit comments

Comments
 (0)