1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Allow default value

This commit is contained in:
Šimon Brandner
2020-11-29 12:17:07 +01:00
parent 5e4f9907cf
commit f0bbed0c44

View File

@@ -50,7 +50,7 @@ export default class GeneralUserSettingsTab extends React.Component {
this.state = {
language: languageHandler.getCurrentLanguage(),
spellCheckLanguages: SettingsStore.getValue("spell-check-languages", null, /*excludeDefault=*/true),
spellCheckLanguages: SettingsStore.getValue("spell-check-languages", null, false),
haveIdServer: Boolean(MatrixClientPeg.get().getIdentityServerUrl()),
serverSupportsSeparateAddAndBind: null,
idServerHasUnsignedTerms: false,