Skip to content

Commit

Permalink
AutoHook 3.0.0.1 [PUSH]
Browse files Browse the repository at this point in the history
Added warning about update
  • Loading branch information
InitialDet committed Oct 16, 2023
1 parent a973b18 commit 55e4bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AutoHook/AutoHook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Det</Authors>
<Version>3.0.0.0</Version>
<Version>3.0.0.1</Version>
<Description>Auto hooks for you</Description>
<PackageProjectUrl>https://github.com/InitialDet/AutoHook</PackageProjectUrl>
<Configurations>Release;Debug</Configurations>
Expand Down
4 changes: 3 additions & 1 deletion AutoHook/PluginUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ public override void Draw()
{
if (!IsOpen)
return;


ImGui.TextColored(ImGuiColors.DalamudYellow, "Major plugin rework!!! Please, recheck all of your presets");
ImGui.Spacing();
DrawUtil.Checkbox(UIStrings.Enable_AutoHook, ref Service.Configuration.PluginEnabled,
UIStrings.PluginUi_Draw_Enables_Disables);
ShowKofi();
Expand Down

0 comments on commit 55e4bd1

Please sign in to comment.