From e30cc131b4410a2d9d51c325995df7ddddf0ad69 Mon Sep 17 00:00:00 2001 From: Rob McBroom Date: Wed, 21 May 2025 16:01:08 -0400 Subject: [PATCH] Rename 'Quit' to 'Quit Zed' in macOS menu (#31109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- crates/zed/src/zed/app_menus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zed/src/zed/app_menus.rs b/crates/zed/src/zed/app_menus.rs index c6c3ef5959..5042757aa0 100644 --- a/crates/zed/src/zed/app_menus.rs +++ b/crates/zed/src/zed/app_menus.rs @@ -45,7 +45,7 @@ pub fn app_menus() -> Vec { #[cfg(target_os = "macos")] MenuItem::action("Show All", super::ShowAll), MenuItem::separator(), - MenuItem::action("Quit", Quit), + MenuItem::action("Quit Zed", Quit), ], }, Menu {