diff options
author | mathieui <mathieui@mathieui.net> | 2017-10-11 00:14:45 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-10-11 00:14:45 +0200 |
commit | bde9b31184de3138e649a662843b459fe3c3782a (patch) | |
tree | bd3baa034b0c8dbccde83c44a8c984b309f3c757 /data | |
parent | f61d46b06123a8a23d2a4fd8ce291caf9b2a58eb (diff) | |
download | poezio-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 'data')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 89794a94..db8b8170 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -426,7 +426,7 @@ use_bookmarks_method = #request_message_receipts = true # Display your contacts’ avatar in the roster if true. -#enable_avatars = true +#enable_avatars = false # Extract base64 images received in XHTML-IM messages # if true. |