Parcourir la source

initialize theme related fields in handleS2sMessage

Yuki Takei il y a 3 ans
Parent
commit
247f6b1e20
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/app/src/server/service/customize.ts

+ 1 - 0
packages/app/src/server/service/customize.ts

@@ -72,6 +72,7 @@ class CustomizeService implements S2sMessageHandlable {
     await configManager.loadConfigs();
     this.initCustomCss();
     this.initCustomTitle();
+    this.initGrowiTheme();
   }
 
   async publishUpdatedMessage() {