Ver Fonte

initialize theme related fields in handleS2sMessage

Yuki Takei há 3 anos atrás
pai
commit
247f6b1e20
1 ficheiros alterados com 1 adições e 0 exclusões
  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() {