mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
rename cache file
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Wox.Infrastructure.Image
|
||||
|
||||
static ImageLoader()
|
||||
{
|
||||
Storage = new BinaryStorage<ConcurrentDictionary<string, int>> ("ImageCache");
|
||||
Storage = new BinaryStorage<ConcurrentDictionary<string, int>> ("Image");
|
||||
ImageCache.Usage = Storage.TryLoad(new ConcurrentDictionary<string, int>());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user