mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Chore of disable nullable in MarkdownViewer
This commit is contained in:
@@ -25,7 +25,7 @@ namespace QuickLook.Plugin.MarkdownViewer;
|
||||
|
||||
public class Plugin : IViewer
|
||||
{
|
||||
private MarkdownPanel? _panel;
|
||||
private MarkdownPanel _panel;
|
||||
|
||||
/// <summary>
|
||||
/// Markdown and Markdown-like extensions
|
||||
|
Reference in New Issue
Block a user