Parcourir la source

Update services/webtheme/webtheme.go

undefined
silverwind il y a 1 mois
Parent
révision
bdda329b6f
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      services/webtheme/webtheme.go

+ 1
- 1
services/webtheme/webtheme.go Voir le fichier

@@ -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{}


Chargement…
Annuler
Enregistrer