Explorar o código

initialize theme related fields in handleS2sMessage

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
247f6b1e20
Modificáronse 1 ficheiros con 1 adicións e 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() {