Forráskód Böngészése

fix(config): change toml name for DialogTheme.Style

ayn2op 2 hónapja
szülő
commit
df7bfcbc6f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      internal/config/theme.go

+ 1 - 1
internal/config/theme.go

@@ -157,7 +157,7 @@ type (
 	}
 
 	DialogTheme struct {
-		Style           StyleWrapper `toml:"foreground_style"`
+		Style           StyleWrapper `toml:"style"`
 		BackgroundStyle StyleWrapper `toml:"background_style"`
 	}