summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-03-28 22:42:38 +0300
committerAndrei Karas <akaras@inbox.ru>2012-03-28 22:42:38 +0300
commitf474ad785704a904fd2b95d56fa67cccf69c876f (patch)
tree5972ee1355919021f332194cd3ea28d13437e00e /src/gui/setup_other.cpp
parent930eeae09a3a7dc31c047d199c77ef9e284d37ba (diff)
downloadplus-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.cpp5
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"), "",