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 20:01:08 +00:00
committed by GitHub
parent 09c8a84935
commit e30cc131b4
+1 -1
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 {