mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
limit the usage of slow ReaderFactory into ".tar.xx" formats
This commit is contained in:
@@ -25,6 +25,7 @@ namespace QuickLook.Plugin.ArchiveViewer
|
||||
case ".rar":
|
||||
case ".zip":
|
||||
case ".tar":
|
||||
case ".tgz":
|
||||
case ".gz":
|
||||
case ".bz2":
|
||||
case ".lz":
|
||||
@@ -39,7 +40,7 @@ namespace QuickLook.Plugin.ArchiveViewer
|
||||
|
||||
public void Prepare(string path, ContextObject context)
|
||||
{
|
||||
context.PreferredSize = new Size {Width = 800, Height = 600};
|
||||
context.PreferredSize = new Size {Width = 800, Height = 400};
|
||||
}
|
||||
|
||||
public void View(string path, ContextObject context)
|
||||
|
Reference in New Issue
Block a user