Переглянути джерело

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 class LocalHuntsWindow : Window
 {
 {
     public LocalHuntsWindow() : base(
     public LocalHuntsWindow() : base(
-        $"{Plugin.Instance.Name}",
+        "Hunts in current area",
         ImGuiWindowFlags.NoNavInputs | ImGuiWindowFlags.NoDocking,
         ImGuiWindowFlags.NoNavInputs | ImGuiWindowFlags.NoDocking,
         true)
         true)
     {
     {