Fix the priority of FontViewer #1543

This commit is contained in:
ema
2025-02-20 09:03:43 +08:00
parent b591b5d3f2
commit 895522a1e3

View File

@@ -37,7 +37,7 @@ public class Plugin : IViewer
private WebpagePanel _panel;
public int Priority => int.MaxValue;
public int Priority => 0;
public void Init()
{