Skip to content

Commit 895522a

Browse files
committed
Fix the priority of FontViewer #1543
1 parent b591b5d commit 895522a

File tree

1 file changed

+1
-1
lines changed
  • QuickLook.Plugin/QuickLook.Plugin.FontViewer

1 file changed

+1
-1
lines changed

QuickLook.Plugin/QuickLook.Plugin.FontViewer/Plugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class Plugin : IViewer
3737

3838
private WebpagePanel _panel;
3939

40-
public int Priority => int.MaxValue;
40+
public int Priority => 0;
4141

4242
public void Init()
4343
{

0 commit comments

Comments
 (0)