mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 21:22:03 +03:00
Added spell-check-languages setting
This commit is contained in:
parent
aba5ef100f
commit
557e650a2c
1 changed files with 4 additions and 0 deletions
|
@ -402,6 +402,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: "en",
|
||||
},
|
||||
"spell-check-languages": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: [],
|
||||
},
|
||||
"breadcrumb_rooms": {
|
||||
// not really a setting
|
||||
supportedLevels: [SettingLevel.ACCOUNT],
|
||||
|
|
Loading…
Reference in a new issue