Default bundled emoji font to on (#11935)
* Update Settings.tsx * Update tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update assertion Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
76b7aa2d33
commit
6f50405e34
4 changed files with 18 additions and 15 deletions
|
@ -713,7 +713,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
},
|
||||
"useBundledEmojiFont": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: false,
|
||||
default: true,
|
||||
displayName: _td("settings|appearance|bundled_emoji_font"),
|
||||
controller: new SystemFontController(),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue