title_bar: Add setting to always show menu for Linux and Windows (#34139)
Closes #22869 Release Notes: - Added `show_menus` setting to always show menu bar for Linux and Windows. --------- Co-authored-by: Cole Miller <cole@zed.dev> Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
parent
6d26f107dd
commit
d5cc1cbaa9
7 changed files with 97 additions and 32 deletions
|
@ -112,7 +112,8 @@ To disable this behavior use:
|
|||
"show_project_items": true, // Show/hide project host and name
|
||||
"show_onboarding_banner": true, // Show/hide onboarding banners
|
||||
"show_user_picture": true, // Show/hide user avatar
|
||||
"show_sign_in": true // Show/hide sign-in button
|
||||
"show_sign_in": true, // Show/hide sign-in button
|
||||
"show_menus": false // Show/hide menus
|
||||
},
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue