Set default value for WindowSize config to pass validation
This commit is contained in:
committed by
Stefan Haller
parent
af842e40d4
commit
7d787afb2c
@@ -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