results and query update fixes

This commit is contained in:
AT
2019-12-14 00:06:13 +02:00
parent be77bf94aa
commit ced0faf916
4 changed files with 50 additions and 37 deletions

View File

@@ -133,7 +133,7 @@ namespace Wox.Infrastructure.Image
}
catch (System.Exception e)
{
Log.Exception($"|ImageLoader.Load|Failed to get thumbnail for {path}", e);
// Log.Exception($"|ImageLoader.Load|Failed to get thumbnail for {path}", e);
image = ImageCache[Constant.ErrorIcon];
ImageCache[path] = image;