mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix variable name
This commit is contained in:
parent
33300f85ca
commit
1f94b87d36
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue