diff options
author | Kitty Barnett <develop@catznip.com> | 2022-11-08 01:14:10 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2022-11-08 01:25:45 +0100 |
commit | f3e7c7454f6647aa09f220baa20c9bbc7480a37b (patch) | |
tree | d76c4a2cadba1b1513e526155e2143303a07a78e /indra/newview/skins/default/xui/en/widgets | |
parent | 17a3924a28770e6910022ad8f627bb8e2b667730 (diff) |
Enable color emojis (and the emoji helper) on the chat history and editor
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chat_editor.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/chat_editor.xml b/indra/newview/skins/default/xui/en/widgets/chat_editor.xml index f9facb593a..c550f634e5 100644 --- a/indra/newview/skins/default/xui/en/widgets/chat_editor.xml +++ b/indra/newview/skins/default/xui/en/widgets/chat_editor.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <chat_editor name="chat_editor" - show_context_menu="true"/> + show_context_menu="true" + show_emoji_helper="true" + use_color="true" + /> |