Kaynağa Gözat

Merge pull request #25 from SheepGoMeh/bugfix/dalamud-window-system

Bugfix/dalamud window system
SheepGoMeh 2 yıl önce
ebeveyn
işleme
85487a9398

+ 1 - 1
HuntBuddy/HuntBuddy.csproj

@@ -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>

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