Fix theme reload bug

This commit is contained in:
Bryan Ashby 2020-07-05 14:06:10 -06:00
parent c849a1dc6d
commit 35ef2db446
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 1 additions and 1 deletions

View File

@ -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,