mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Lint
This commit is contained in:
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…
x
Reference in New Issue
Block a user