mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Preload top used images.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Wox.Converters
|
||||
return null;
|
||||
}
|
||||
|
||||
return ImageLoader.Load(value.ToString());
|
||||
return ImageLoader.ImageLoader.Load(value.ToString());
|
||||
}
|
||||
|
||||
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
|
||||
|
||||
Reference in New Issue
Block a user