mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-24 02:00:55 +08: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