You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Re-enable dynamic theme changes
This commit is contained in:
@@ -654,11 +654,9 @@ export default React.createClass({
|
|||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// case 'set_theme':
|
case 'set_theme':
|
||||||
// disable changing the theme for now
|
this._onSetTheme(payload.value);
|
||||||
// as other themes are not compatible with dharma
|
break;
|
||||||
// this._onSetTheme(payload.value);
|
|
||||||
// break;
|
|
||||||
case 'on_logging_in':
|
case 'on_logging_in':
|
||||||
// We are now logging in, so set the state to reflect that
|
// We are now logging in, so set the state to reflect that
|
||||||
// NB. This does not touch 'ready' since if our dispatches
|
// NB. This does not touch 'ready' since if our dispatches
|
||||||
|
|||||||
Reference in New Issue
Block a user