Fix theme reload bug
This commit is contained in:
parent
c849a1dc6d
commit
35ef2db446
|
@ -121,7 +121,7 @@ exports.ThemeManager = class ThemeManager {
|
|||
onReload : err => {
|
||||
if (!err) {
|
||||
// this particular theme has changed
|
||||
this._themeLoaded(themeId, err => {
|
||||
this._themeLoaded(themeId, themeConfig, err => {
|
||||
if (!err) {
|
||||
Events.emit(
|
||||
Events.getSystemEvents().ThemeChanged,
|
||||
|
|
Loading…
Reference in New Issue