Add hint for snipe setting
authorLiza Carvelli <liza@carvel.li>
Fri, 13 Sep 2024 22:18:02 +0000 (00:18 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 13 Sep 2024 22:18:02 +0000 (00:18 +0200)
Directory.Build.targets
Questionable/Windows/ConfigWindow.cs

index c74d34610cfd32c6205c9581b108969f4ac7beec..aa6b3b275c14838cfffabd757d55ab686520a26e 100644 (file)
@@ -1,5 +1,5 @@
 <Project>
     <PropertyGroup>
-        <Version>3.2</Version>
+        <Version>3.3</Version>
     </PropertyGroup>
 </Project>
index e69a7c377105befb02070b6d47961421ea58724b..0b278c04babe920223dbedaa4f5becef421df28e 100644 (file)
@@ -92,6 +92,7 @@ internal sealed class ConfigWindow : LWindow, IPersistableWindowConfig
 
                 if (ImGui.CollapsingHeader("Cheats"))
                 {
+                    ImGui.TextColored(ImGuiColors.DalamudRed, "This setting will be removed in a future version, and will be\navailable through TextAdvance instead.");
                     bool automaticallyCompleteSnipeTasks = _configuration.General.AutomaticallyCompleteSnipeTasks;
                     if (ImGui.Checkbox("Automatically complete snipe tasks", ref automaticallyCompleteSnipeTasks))
                     {