diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 4d7c71e3ef..3f73bf9dd8 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -1079,6 +1079,10 @@ export default React.createClass({ * @param {string} theme new theme */ _onSetTheme: function(theme) { + // disable changing the theme for now + // as other themes are not compatible with dharma + return; + if (!theme) { theme = SettingsStore.getValue("theme"); }