1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

replaced 'screenMode' to 'windowSize' in config

This commit is contained in:
Phanindra kumar Paladi
2023-01-16 20:07:21 +05:30
parent f4ccb68464
commit a11e91e651
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ type GuiConfig struct {
ShowIcons bool `yaml:"showIcons"`
CommandLogSize int `yaml:"commandLogSize"`
SplitDiff string `yaml:"splitDiff"`
ScreenMode string `yaml:"screenMode"`
WindowSize string `yaml:"windowSize"`
}
type ThemeConfig struct {