mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
Set default value for WindowSize config to pass validation
This commit is contained in:
committed by
Stefan Haller
parent
af842e40d4
commit
7d787afb2c
@ -684,6 +684,7 @@ func GetDefaultConfig() *UserConfig {
|
||||
CommandLogSize: 8,
|
||||
SplitDiff: "auto",
|
||||
SkipRewordInEditorWarning: false,
|
||||
WindowSize: "normal",
|
||||
Border: "rounded",
|
||||
AnimateExplosion: true,
|
||||
PortraitMode: "auto",
|
||||
|
@ -341,7 +341,8 @@
|
||||
"half",
|
||||
"full"
|
||||
],
|
||||
"description": "Default size for focused window. Window size can be changed from within Lazygit with '+' and '_' (but this won't change the default).\nOne of: 'normal' (default) | 'half' | 'full'"
|
||||
"description": "Default size for focused window. Window size can be changed from within Lazygit with '+' and '_' (but this won't change the default).\nOne of: 'normal' (default) | 'half' | 'full'",
|
||||
"default": "normal"
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user