mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Handle MHTML formats
This commit is contained in:
@@ -41,6 +41,8 @@ namespace QuickLook.Plugin.HtmlViewer
|
||||
|
||||
switch (Path.GetExtension(path).ToLower())
|
||||
{
|
||||
case ".mht":
|
||||
case ".mhtml":
|
||||
case ".html":
|
||||
case ".htm":
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user