diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-03 16:01:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-03 16:01:15 +0300 |
commit | e183ff2fa9bfc3c9f61130209e191dae4ce2a886 (patch) | |
tree | 002f0512213543681e9ab710745bc72bfe227f89 /src/gui/windows/chatwindow.h | |
parent | d155816b5c271a0ed549e19128a54ef2f4a7a72a (diff) | |
download | ManaVerse-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.tar.gz ManaVerse-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.tar.bz2 ManaVerse-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.tar.xz ManaVerse-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.zip |
Add option in settings to allow enable/disable sell spam filter.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index bd0797e8c..0e1b6336d 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -416,6 +416,7 @@ class ChatWindow final : public Window, bool mAutoHide; bool mShowBattleEvents; bool mShowAllLang; + bool mEnableTradeFilter; bool mTmpVisible; }; |