mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-29 14:06:09 +02:00
Fix theme reload bug
This commit is contained in:
parent
c849a1dc6d
commit
35ef2db446
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue