forked from liza/Questionable
Add hint for snipe setting
This commit is contained in:
parent
01d120efe8
commit
412d157f0d
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>3.2</Version>
|
||||
<Version>3.3</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user