summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-11 00:14:45 +0200
committermathieui <mathieui@mathieui.net>2017-10-11 00:14:45 +0200
commitbde9b31184de3138e649a662843b459fe3c3782a (patch)
treebd3baa034b0c8dbccde83c44a8c984b309f3c757 /poezio/config.py
parentf61d46b06123a8a23d2a4fd8ce291caf9b2a58eb (diff)
downloadpoezio-bde9b31184de3138e649a662843b459fe3c3782a.tar.gz
poezio-bde9b31184de3138e649a662843b459fe3c3782a.tar.bz2
poezio-bde9b31184de3138e649a662843b459fe3c3782a.tar.xz
poezio-bde9b31184de3138e649a662843b459fe3c3782a.zip
Set enable_avatars to false until the colors issue is fixed
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/config.py b/poezio/config.py
index f70f75e2..6fe4fa59 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -50,7 +50,7 @@ DEFAULT_CONFIG = {
'display_mood_notifications': False,
'display_tune_notifications': False,
'display_user_color_in_join_part': True,
- 'enable_avatars': True,
+ 'enable_avatars': False,
'enable_carbons': True,
'enable_user_activity': True,
'enable_user_gaming': True,