Ver código fonte

Update services/webtheme/webtheme.go

undefined
silverwind 3 semanas atrás
pai
commit
bdda329b6f
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      services/webtheme/webtheme.go

+ 1
- 1
services/webtheme/webtheme.go Ver arquivo

@@ -34,7 +34,7 @@ type ThemeMetaInfo struct {
IsDarkTheme bool
}

// extract CSS vars from CSS, taking the last occurence in a file to support combined themes like "auto"
// extract CSS vars from CSS, taking the last occurrence in a file to support combined themes like "auto"
func parseThemeMetaInfoToMap(cssContent string) map[string]string {
m := map[string]string{}


Carregando…
Cancelar
Salvar