diff --git a/HuntBuddy/HuntBuddy.csproj b/HuntBuddy/HuntBuddy.csproj index 1167314..3ca5a6f 100644 --- a/HuntBuddy/HuntBuddy.csproj +++ b/HuntBuddy/HuntBuddy.csproj @@ -3,7 +3,7 @@ net7.0-windows enable - 1.0.5.0 + 1.0.5.1 $(AssemblyVersion) true HuntBuddy diff --git a/HuntBuddy/Windows/LocalHuntsWindow.cs b/HuntBuddy/Windows/LocalHuntsWindow.cs index 970268d..a960996 100644 --- a/HuntBuddy/Windows/LocalHuntsWindow.cs +++ b/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) {