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