mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Improve PDF magic detection
This commit is contained in:
@@ -26,8 +26,7 @@ namespace QuickLook.Plugin.PDFViewer;
|
||||
internal class AsyncPageToThumbnailConverter : IMultiValueConverter
|
||||
{
|
||||
private static readonly BitmapImage Loading =
|
||||
new BitmapImage(
|
||||
new Uri("pack://application:,,,/QuickLook.Plugin.PdfViewer;component/Resources/loading.png"));
|
||||
new(new Uri("pack://application:,,,/QuickLook.Plugin.PdfViewer;component/Resources/loading.png"));
|
||||
|
||||
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
|
||||
{
|
||||
|
Reference in New Issue
Block a user