mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-10 02:06:42 +08:00
delete useless reference
This commit is contained in:
@@ -37,7 +37,7 @@ namespace QuickLook.Plugin.MarkdownViewer
|
||||
{
|
||||
_panel = new WebkitPanel();
|
||||
context.ViewerContent = _panel;
|
||||
context.Title = Path.IsPathRooted(path) ? Path.GetFileName(path) : path;
|
||||
context.Title = Path.GetFileName(path);
|
||||
|
||||
_panel.LoadHtml(GenerateMarkdownHtml(path), path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user