Add setting to show/hide title bar (#37428)
Closes #5120 Release Notes: - Added settings for hiding and showing title bar https://github.com/user-attachments/assets/aaed52d0-6278-4544-8932-c6bab531512a
This commit is contained in:
@@ -108,6 +108,7 @@ To disable this behavior use:
|
||||
```json
|
||||
// Control which items are shown/hidden in the title bar
|
||||
"title_bar": {
|
||||
"show": "always", // When to show: always | never | hide_in_full_screen
|
||||
"show_branch_icon": false, // Show/hide branch icon beside branch switcher
|
||||
"show_branch_name": true, // Show/hide branch name
|
||||
"show_project_items": true, // Show/hide project host and name
|
||||
|
||||
Reference in New Issue
Block a user