mirror of https://github.com/vector-im/riot-web
Merge pull request #1617 from turt2live/travis/granular-theme
Pull the theme through the default processpull/21833/head
commit
81ae081f15
|
@ -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…
Reference in New Issue