浏览代码

Fix incorrect name for LocalHuntsWindow

SheepGoMeh 2 年之前
父节点
当前提交
f63b83ef0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      HuntBuddy/Windows/LocalHuntsWindow.cs

+ 1 - 1
HuntBuddy/Windows/LocalHuntsWindow.cs

@@ -13,7 +13,7 @@ namespace HuntBuddy.Windows;
 public class LocalHuntsWindow : Window
 {
     public LocalHuntsWindow() : base(
-        $"{Plugin.Instance.Name}",
+        "Hunts in current area",
         ImGuiWindowFlags.NoNavInputs | ImGuiWindowFlags.NoDocking,
         true)
     {