Explorar el Código

initialize theme related fields in handleS2sMessage

Yuki Takei hace 3 años
padre
commit
247f6b1e20
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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() {