Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SettingsState: put lang change into runInAction() (#380)
This prevents a warning from MobX since state cannot be modified out of an action. Not sure why this happens since setLanguage is already set as action: I guess it has something to do with the fact that it's an async function.
- Loading branch information