Lint
This commit is contained in:
parent
5a700b518a
commit
71f5c8b2b0
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export default class GeneralUserSettingsTab extends React.Component {
|
||||||
dis.dispatch({action: 'recheck_theme'});
|
dis.dispatch({action: 'recheck_theme'});
|
||||||
};
|
};
|
||||||
|
|
||||||
_onUseSystemThemeChanged = (checked) => {
|
_onUseSystemThemeChanged = (checked) => {
|
||||||
this.setState({useSystemTheme: checked});
|
this.setState({useSystemTheme: checked});
|
||||||
dis.dispatch({action: 'recheck_theme'});
|
dis.dispatch({action: 'recheck_theme'});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue