diff options
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 148037732..02ad9ae5e 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -162,6 +162,11 @@ Setup_Other::Setup_Other() "guild support"), "", "enableGuildBot", this, "enableGuildBotEvent", false); + new SetupItemLabel(_("Windows"), "", this); + + new SetupItemCheckBox(_("Auto hide shortcuts buttons."), "", + "autohideButtons", this, "autohideButtonsEvent"); + new SetupItemLabel(_("Other"), "", this); new SetupItemCheckBox(_("Enable server side attack"), "", |