mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Update PackageReferences
This commit is contained in:
@@ -27,7 +27,7 @@ namespace QuickLook.Plugin.PDFViewer;
|
||||
internal static class PdfPageExtension
|
||||
{
|
||||
private static int _renderCount;
|
||||
private static readonly object LockObj = new object();
|
||||
private static readonly object LockObj = new();
|
||||
|
||||
public static BitmapSource RenderThumbnail(this PdfDocumentWrapper doc, int page)
|
||||
{
|
||||
|
Reference in New Issue
Block a user