diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index 5395cc256..c0b9a1468 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -51,7 +51,7 @@ type GuiConfig struct { CommandLogSize int `yaml:"commandLogSize"` SplitDiff string `yaml:"splitDiff"` SkipRewordInEditorWarning bool `yaml:"skipRewordInEditorWarning"` - WindowSize string `yaml:"windowSize"` + WindowSize string `yaml:"windowSize"` } type ThemeConfig struct {