Add option to disable Emoji suggestions
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
94ec11d3e1
commit
b2de016b35
4 changed files with 11 additions and 0 deletions
|
@ -105,6 +105,10 @@ const SETTINGS_LABELS = [
|
|||
id: 'MessageComposerInput.autoReplaceEmoji',
|
||||
label: 'Automatically replace plain text Emoji',
|
||||
},
|
||||
{
|
||||
id: 'MessageComposerInput.dontSuggestEmoji',
|
||||
label: 'Disable Emoji suggestions while typing',
|
||||
},
|
||||
{
|
||||
id: 'Pill.shouldHidePillAvatar',
|
||||
label: 'Hide avatars in user and room mentions',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue