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:
Rob McBroom 2025-05-21 16:01:08 -04:00 committed by GitHub
parent 09c8a84935
commit e30cc131b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {