mirror of https://github.com/vector-im/riot-web
Lint
parent
5a700b518a
commit
71f5c8b2b0
|
@ -188,7 +188,7 @@ export default class GeneralUserSettingsTab extends React.Component {
|
|||
dis.dispatch({action: 'recheck_theme'});
|
||||
};
|
||||
|
||||
_onUseSystemThemeChanged = (checked) => {
|
||||
_onUseSystemThemeChanged = (checked) => {
|
||||
this.setState({useSystemTheme: checked});
|
||||
dis.dispatch({action: 'recheck_theme'});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue