Rename 'Quit' to 'Quit Zed' in macOS menu (#31109)
This is standard for Mac apps. I should have included this with [my other PR](https://github.com/zed-industries/zed/pull/30697), but didn’t catch it. 🤦🏻♂️ Release Notes: - N/A
This commit is contained in:
parent
09c8a84935
commit
e30cc131b4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ pub fn app_menus() -> Vec<Menu> {
|
|||
#[cfg(target_os = "macos")]
|
||||
MenuItem::action("Show All", super::ShowAll),
|
||||
MenuItem::separator(),
|
||||
MenuItem::action("Quit", Quit),
|
||||
MenuItem::action("Quit Zed", Quit),
|
||||
],
|
||||
},
|
||||
Menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue