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())
|
switch (Path.GetExtension(path).ToLower())
|
||||||
{
|
{
|
||||||
|
case ".mht":
|
||||||
|
case ".mhtml":
|
||||||
case ".html":
|
case ".html":
|
||||||
case ".htm":
|
case ".htm":
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user