mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
[Schema] Fix incorrect default value for 'allowEmpty' (#16040)
This commit is contained in:
parent
cc2ba5350d
commit
4382a17352
@ -673,7 +673,7 @@
|
||||
},
|
||||
"allowEmpty": {
|
||||
"description": "Whether to render a folder without entries, or to hide it",
|
||||
"default": "false",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user