1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

Added defaults

This commit is contained in:
Šimon Brandner
2020-12-01 17:19:45 +01:00
parent cf61d50df4
commit a6d6af1a93

View File

@@ -404,7 +404,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
}, },
"spell-check-languages": { "spell-check-languages": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG, supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
default: [], default: ["en"],
}, },
"breadcrumb_rooms": { "breadcrumb_rooms": {
// not really a setting // not really a setting