Fix variable name

This commit is contained in:
SysC0mp 2020-05-02 13:11:39 +02:00
parent 33300f85ca
commit 1f94b87d36

View file

@ -49,7 +49,7 @@ namespace Flow.Launcher.Infrastructure.Image
{
Stopwatch.Normal("|ImageLoader.Initialize|Preload images cost", () =>
{
ImageCache.Usage.AsParallel().ForAll(x =>
_imageCache.Usage.AsParallel().ForAll(x =>
{
Load(x.Key);
});