mirror of https://github.com/vector-im/riot-web
Added spell-check-languages setting
parent
aba5ef100f
commit
557e650a2c
|
@ -402,6 +402,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||||
default: "en",
|
default: "en",
|
||||||
},
|
},
|
||||||
|
"spell-check-languages": {
|
||||||
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||||
|
default: [],
|
||||||
|
},
|
||||||
"breadcrumb_rooms": {
|
"breadcrumb_rooms": {
|
||||||
// not really a setting
|
// not really a setting
|
||||||
supportedLevels: [SettingLevel.ACCOUNT],
|
supportedLevels: [SettingLevel.ACCOUNT],
|
||||||
|
|
Loading…
Reference in New Issue