Skip to content

Commit

Permalink
Merge pull request #25 from SheepGoMeh/bugfix/dalamud-window-system
Browse files Browse the repository at this point in the history
Bugfix/dalamud window system
  • Loading branch information
SheepGoMeh committed Dec 12, 2023
2 parents 07d1f58 + 404155d commit 85487a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HuntBuddy/HuntBuddy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion HuntBuddy/Windows/LocalHuntsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 85487a9

Please sign in to comment.