Re-enable dynamic theme changes

pull/21833/head
J. Ryan Stinnett 2019-02-11 18:15:57 +00:00
parent 204d6e2c3d
commit f5e56708d5
1 changed files with 3 additions and 5 deletions

View File

@ -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