Bugfix/dalamud window system
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
- <AssemblyVersion>1.0.5.0</AssemblyVersion>
+ <AssemblyVersion>1.0.5.1</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>HuntBuddy</RootNamespace>
@@ -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)