mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 12:19:08 +00:00
fix Exif rotation in ImageViewer; WIP on archive viewer
This commit is contained in:
@@ -15,7 +15,6 @@ namespace QuickLook.Plugin.TextViewer
|
||||
if (Directory.Exists(path))
|
||||
return false;
|
||||
|
||||
// ReSharper disable once InconsistentNaming
|
||||
const long MAX_SIZE = 20 * 1024 * 1024;
|
||||
|
||||
// if there is a possible highlighting scheme (by file extension), treat it as a plain text file
|
||||
|
Reference in New Issue
Block a user