mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-31 01:06:30 +08:00
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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user