docs: Fix tabs.file_icons
default value (#14701)
Release Notes: - Fixed `tabs.file_icons` default value in documentation, changed from `true` to `false`
This commit is contained in:
parent
2c8ead4423
commit
6e08e49d30
1 changed files with 2 additions and 2 deletions
|
@ -429,7 +429,7 @@ List of `string` values
|
||||||
```json
|
```json
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"close_position": "right",
|
"close_position": "right",
|
||||||
"file_icons": true,
|
"file_icons": false,
|
||||||
"git_status": false
|
"git_status": false
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
@ -462,7 +462,7 @@ List of `string` values
|
||||||
|
|
||||||
- Description: Whether to show the file icon for a tab.
|
- Description: Whether to show the file icon for a tab.
|
||||||
- Setting: `file_icons`
|
- Setting: `file_icons`
|
||||||
- Default: `true`
|
- Default: `false`
|
||||||
|
|
||||||
### Git Status
|
### Git Status
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue