diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 19f435bc..a3e3a49b 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -349,6 +349,15 @@ display_tune_notifications = false # option will be ignored. enable_user_tune = true +# Display user gaming notifications as information messages or not +display_gaming_notifications = false + +# Receive the gaming notifications or not (in order to display informations +# in the roster). +# If this is set to false, then the display_gaming_notifications +# option will be ignored. +enable_user_gaming = true + # Display user mood notifications as information messages or not display_mood_notifications = false |