mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 02:09:05 +00:00
Fix #825 properly
This commit is contained in:
@@ -86,7 +86,7 @@ namespace QuickLook.Plugin.ImageViewer
|
||||
? $"{Path.GetFileName(path)}"
|
||||
: $"{size.Width}×{size.Height}: {Path.GetFileName(path)}";
|
||||
|
||||
_ip.ImageUriSource = new Uri(path);
|
||||
_ip.ImageUriSource = Helper.FilePathToFileUrl(path);
|
||||
}
|
||||
|
||||
public void Cleanup()
|
||||
|
Reference in New Issue
Block a user