Skip to content
代码片段 群组 项目
未验证 提交 25e6d6b9 编辑于 作者: Leon Pascal Thierschmidt's avatar Leon Pascal Thierschmidt
浏览文件

Fixed merging-error

Removed `.url` from `private static readonly string[] Extensions` 
上级 94724104
No related branches found
No related tags found
加载中
// Copyright © 2017 Paddy Xu
// Copyright © 2017 Paddy Xu
//
// This file is part of QuickLook program.
//
......@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.HtmlViewer
{
public class Plugin : IViewer
{
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".url" };
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html" };
private static readonly string[] SupportedProtocols = { "http", "https" };
private WebpagePanel _panel;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册