Handle MHTML formats

This commit is contained in:
Paddy Xu
2017-07-23 16:04:59 +03:00
parent 75bed46029
commit 44f52db289

View File

@@ -41,6 +41,8 @@ namespace QuickLook.Plugin.HtmlViewer
switch (Path.GetExtension(path).ToLower())
{
case ".mht":
case ".mhtml":
case ".html":
case ".htm":
return true;