Skip to content

Commit ffa68a5

Browse files
committed
use updated method from ImageCache class to save images to cache
1 parent 86f6f99 commit ffa68a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher.Infrastructure/Image/ImageLoader.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public static void Save()
6161
{
6262
lock (_storage)
6363
{
64-
_storage.Save(_imageCache.CleanupAndToDictionary());
64+
ImageCache.Cleanup();
65+
_storage.Save(ImageCache.Usage);
6566
}
6667
}
6768

0 commit comments

Comments
 (0)