Skip to content
This repository was archived by the owner on Jun 15, 2025. It is now read-only.

Commit 13c7f5f

Browse files
committed
reduce priority
1 parent 5a3627b commit 13c7f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Plugin : IViewer
3636

3737
private PreviewPanel _panel;
3838

39-
public int Priority => int.MaxValue;
39+
public int Priority => 0;
4040

4141
public void Init()
4242
{

0 commit comments

Comments
 (0)