From 55e4bd1503011b5519db048550a3cfaf33d673f6 Mon Sep 17 00:00:00 2001 From: Det Date: Mon, 16 Oct 2023 14:56:53 -0300 Subject: [PATCH] AutoHook 3.0.0.1 [PUSH] Added warning about update --- AutoHook/AutoHook.csproj | 2 +- AutoHook/PluginUI.cs | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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();