master #3

Open
cacahuetes wants to merge 653 commits from liza/Questionable:master into cacahuetes-ShB-Healer
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 412d157f0d - Show all commits

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>3.2</Version>
<Version>3.3</Version>
</PropertyGroup>
</Project>

View 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))
{