mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-21 17:04:49 +00:00
Fix the priority of FontViewer #1543
This commit is contained in:
@@ -37,7 +37,7 @@ public class Plugin : IViewer
|
||||
|
||||
private WebpagePanel _panel;
|
||||
|
||||
public int Priority => int.MaxValue;
|
||||
public int Priority => 0;
|
||||
|
||||
public void Init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user