Merge branch 'develop' into luke/linting-keyword-spacing
This commit is contained in:
commit
b54e563cb6
11 changed files with 84 additions and 20 deletions
|
@ -891,7 +891,7 @@ module.exports = React.createClass({
|
|||
*/
|
||||
_onSetTheme: function(theme) {
|
||||
if (!theme) {
|
||||
theme = this.props.config.default_theme || 'light';
|
||||
theme = SettingsStore.getValueAt(SettingLevel.DEFAULT, "theme");
|
||||
}
|
||||
|
||||
// look for the stylesheet elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue