Improve the rendering effect of the Model

This commit is contained in:
ema
2025-07-08 04:06:05 +08:00
parent 3fd444102d
commit 87e04dca9d
6 changed files with 31 additions and 23 deletions

View File

@@ -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;
}