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:
Chung Wei Leong 2024-07-18 11:03:57 +08:00 committed by GitHub
parent 2c8ead4423
commit 6e08e49d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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