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:
Smit Barmase 2025-07-09 09:44:11 -07:00 committed by GitHub
parent 6d26f107dd
commit d5cc1cbaa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 97 additions and 32 deletions

View file

@ -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
},
```