diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-07-15 21:38:32 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-07-15 21:38:32 +0000 |
commit | 24145eb51f09d7f97c7ed3725bacb552130b9da0 (patch) | |
tree | f4a675eab4579402cd270589ca036ac547ec4dc2 /protocols/FacebookRM/src/constants.h | |
parent | 10a205a4c77765d6300e16e3b202dfef97a3e45c (diff) |
Facebook: Option to not open chats on creaton
git-svn-id: http://svn.miranda-ng.org/main/trunk@9819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index fa1fa24dfe..a0b29ad867 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -81,6 +81,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_FILTER_ADS 0
#define DEFAULT_MESSAGES_ON_OPEN 0
#define DEFAULT_MESSAGES_ON_OPEN_COUNT 10
+#define DEFAULT_HIDE_CHATS 0
#define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1
#define DEFAULT_EVENT_FEEDS_ENABLE 1
|