Merge branch 'develop' into luke/linting-keyword-spacing
This commit is contained in:
commit
b54e563cb6
11 changed files with 84 additions and 20 deletions
|
@ -613,8 +613,7 @@ module.exports = React.createClass({
|
|||
|
||||
onLanguageChange: function(newLang) {
|
||||
if (this.state.language !== newLang) {
|
||||
// We intentionally promote this to the account level at this point
|
||||
SettingsStore.setValue("language", null, SettingLevel.ACCOUNT, newLang);
|
||||
SettingsStore.setValue("language", null, SettingLevel.DEVICE, newLang);
|
||||
this.setState({
|
||||
language: newLang,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue