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:
@@ -429,7 +429,7 @@ List of `string` values
|
||||
```json
|
||||
"tabs": {
|
||||
"close_position": "right",
|
||||
"file_icons": true,
|
||||
"file_icons": false,
|
||||
"git_status": false
|
||||
},
|
||||
```
|
||||
@@ -462,7 +462,7 @@ List of `string` values
|
||||
|
||||
- Description: Whether to show the file icon for a tab.
|
||||
- Setting: `file_icons`
|
||||
- Default: `true`
|
||||
- Default: `false`
|
||||
|
||||
### Git Status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user