mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Refactoring image cache
use parallel linq to preload images, should be faster
This commit is contained in:
@@ -13,8 +13,7 @@ namespace Wox.Converters
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return ImageLoader.ImageLoader.Load(value.ToString());
|
||||
return App.ImageLoader.Load(value.ToString());
|
||||
}
|
||||
|
||||
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
|
||||
|
||||
Reference in New Issue
Block a user