diff --git a/AutoHook/AutoHook.csproj b/AutoHook/AutoHook.csproj index ed8aaf5..39ca99a 100644 --- a/AutoHook/AutoHook.csproj +++ b/AutoHook/AutoHook.csproj @@ -2,7 +2,7 @@ Det - 3.0.0.0 + 3.0.0.1 Auto hooks for you https://github.com/InitialDet/AutoHook Release;Debug diff --git a/AutoHook/PluginUI.cs b/AutoHook/PluginUI.cs index 9a3f28b..dd09e3c 100644 --- a/AutoHook/PluginUI.cs +++ b/AutoHook/PluginUI.cs @@ -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();