diff options
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r-- | src/gui/widgets/tabs/setup_other.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index cdb22490a..d80452e4f 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -116,6 +116,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : "targetOnlyReachable", this, "targetOnlyReachableEvent"); // TRANSLATORS: settings option + new SetupItemCheckBox(_("Seleck auto target for attack skills"), "", + "skillAutotarget", this, "skillAutotargetEvent"); + + // TRANSLATORS: settings option new SetupItemCheckBox(_("Highlight monster attack range"), "", "highlightMonsterAttackRange", this, "highlightMonsterAttackRangeEvent"); |