diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-24 02:03:42 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-24 02:03:42 -0400 |
commit | c75a91d15fcabae16b06b2e3de3ba585adff68b6 (patch) | |
tree | ea7b6a71e8c117d661d30fbf4f9317dd27f20753 /README.md | |
parent | b2655260fa139af114e96d6dcf1dcc35e80a7efb (diff) | |
download | abaddon-portaudio-c75a91d15fcabae16b06b2e3de3ba585adff68b6.tar.gz abaddon-portaudio-c75a91d15fcabae16b06b2e3de3ba585adff68b6.zip |
add more granular control over emojis
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -184,7 +184,8 @@ For example, memory_db would be set by adding `memory_db = true` under the line #### gui * member_list_discriminator (true or false, default true) - show user discriminators in the member list -* emojis (true or false, default true) - resolve unicode and custom emojis to images. this needs to be false to allow GTK to render emojis by itself +* stock_emojis (true or false, default true) - allow abaddon to substitute unicode emojis with images from emojis.bin, must be false to allow GTK to render emojis itself +* custom_emojis (true or false, default true) - download and use custom Discord emojis * css (string) - path to the main CSS file * animations (true or false, default true) - use animated images where available (e.g. server icons, emojis, avatars). false means static images will be used * owner_crown (true or false, default true) - show a crown next to the owner |