mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Improve the rendering effect of the Model
This commit is contained in:
@@ -54,7 +54,7 @@ public class Plugin : IViewer
|
||||
{
|
||||
_hp = new HelixPanel(path);
|
||||
context.ViewerContent = _hp;
|
||||
context.Title = $"{Path.GetFileName(path)}";
|
||||
context.Title = Path.GetFileName(path);
|
||||
context.IsBusy = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user