فهرست منبع

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)
     {