mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
unify file encoding
This commit is contained in:
@@ -23,7 +23,6 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using QuickLook.ExtensionMethods;
|
||||
using QuickLook.Plugin;
|
||||
using QuickLook.Plugin.InfoPanel;
|
||||
|
||||
namespace QuickLook
|
||||
{
|
||||
@@ -36,7 +35,7 @@ namespace QuickLook
|
||||
LoadPlugins();
|
||||
}
|
||||
|
||||
internal IViewer DefaultPlugin { get; } = new PluginInterface();
|
||||
internal IViewer DefaultPlugin { get; } = new Plugin.InfoPanel.Plugin();
|
||||
|
||||
internal List<IViewer> LoadedPlugins { get; private set; } = new List<IViewer>();
|
||||
|
||||
|
Reference in New Issue
Block a user