mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Bug fix
This commit is contained in:
@@ -41,10 +41,10 @@ namespace Wox
|
||||
{
|
||||
return GetIcon(resolvedPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
return new BitmapImage(new Uri(resolvedPath));
|
||||
}
|
||||
|
||||
if(!string.IsNullOrEmpty(path)) return new BitmapImage(new Uri(resolvedPath));
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
|
||||
|
||||
Reference in New Issue
Block a user