mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 02:11:30 +03:00
Added defaults
This commit is contained in:
parent
cf61d50df4
commit
a6d6af1a93
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
},
|
||||
"spell-check-languages": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: [],
|
||||
default: ["en"],
|
||||
},
|
||||
"breadcrumb_rooms": {
|
||||
// not really a setting
|
||||
|
|
Loading…
Reference in a new issue