mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-22 03:00:14 +08: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