Ver código fonte

Set flow style for BorderPadding

ayn2op 3 anos atrás
pai
commit
23b5e72156
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -11,7 +11,7 @@ const name = "discordo"
 
 type CommonThemeConfig struct {
 	Border        bool   `yaml:"border"`
-	BorderPadding [4]int `yaml:"border_padding"`
+	BorderPadding [4]int `yaml:"border_padding,flow"`
 }
 
 type GuildsTreeThemeConfig struct {