mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
better NConvert decoding
This commit is contained in:
@@ -88,7 +88,7 @@ namespace QuickLook.Plugin.ImageViewer
|
||||
context.ViewerContent = _ip;
|
||||
context.Title = size.IsEmpty
|
||||
? $"{Path.GetFileName(path)}"
|
||||
: $"{Path.GetFileName(path)} ({size.Width}×{size.Height})";
|
||||
: $"{size.Width}×{size.Height}: {Path.GetFileName(path)}";
|
||||
|
||||
_ip.ImageUriSource = new Uri(path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user