diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-05-05 23:23:59 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-05-05 23:23:59 +0200 |
commit | 88ca07977eb507f37bcd87b6c3a324b1c23eeb9f (patch) | |
tree | 976360e1f3373d4bf2ab66c0c7884f38cb575b9d /protocols/FacebookRM/src/constants.h | |
parent | d222d890c51ea95aab36c091a3d9ca18f5698afc (diff) |
Facebook: Reverse logic of checkbox
Checkboxes should have positive description/meaning.
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 8c527469ea..565819a539 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -101,7 +101,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_NAME_AS_NICK 1
#define DEFAULT_LOAD_ALL_CONTACTS 0
#define DEFAULT_PAGES_ALWAYS_ONLINE 1
-#define DEFAULT_NO_TYPING_WHEN_INVISIBLE 0
+#define DEFAULT_TYPING_WHEN_INVISIBLE 1
#define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1
#define DEFAULT_EVENT_FEEDS_ENABLE 0
|