diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-28 22:42:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-28 22:42:38 +0300 |
commit | f474ad785704a904fd2b95d56fa67cccf69c876f (patch) | |
tree | 5972ee1355919021f332194cd3ea28d13437e00e /src/gui/setup_other.cpp | |
parent | 930eeae09a3a7dc31c047d199c77ef9e284d37ba (diff) | |
download | plus-f474ad785704a904fd2b95d56fa67cccf69c876f.tar.gz plus-f474ad785704a904fd2b95d56fa67cccf69c876f.tar.bz2 plus-f474ad785704a904fd2b95d56fa67cccf69c876f.tar.xz plus-f474ad785704a904fd2b95d56fa67cccf69c876f.zip |
Add option to autohide buttons on top right corner.
By default buttons hidden.
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"), "", |