Merge pull request #1617 from turt2live/travis/granular-theme
Pull the theme through the default process
This commit is contained in:
commit
81ae081f15
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ module.exports = React.createClass({
|
||||||
*/
|
*/
|
||||||
_onSetTheme: function(theme) {
|
_onSetTheme: function(theme) {
|
||||||
if (!theme) {
|
if (!theme) {
|
||||||
theme = SettingsStore.getValueAt(SettingLevel.DEFAULT, "theme");
|
theme = SettingsStore.getValue("theme");
|
||||||
}
|
}
|
||||||
|
|
||||||
// look for the stylesheet elements.
|
// look for the stylesheet elements.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue