Set PDF viewer plugin priority to -1

Changed the Priority property of the PDF viewer plugin from 0 to -1, likely to adjust its loading or selection order among other plugins.
This commit is contained in:
ema
2026-01-15 11:11:50 +08:00
parent b553a802c6
commit c34b1bc979

View File

@@ -34,7 +34,7 @@ public sealed class Plugin : IViewer
private PdfViewerControl _pdfControl;
private PasswordControl _passwordControl;
public int Priority => 0;
public int Priority => -1;
public void Init()
{