From 37a12a366fb0d7189225bcf0e6ec24b34b07dffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Ur=C3=ADas?= Date: Sun, 25 Feb 2024 16:17:10 +0100 Subject: [PATCH] Fix double menu item separator in "Help" section of app menu (#8351) I've modified the code at `crates/zed/src/app_menus.rs` as it looks like there was a typo and instead of one `MenuItem::separator()` there were two. It would be something like this: Captura de pantalla 2024-02-25 a las 16 12 10 --- crates/zed/src/app_menus.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/zed/src/app_menus.rs b/crates/zed/src/app_menus.rs index 15cc17620b..f48a721b5c 100644 --- a/crates/zed/src/app_menus.rs +++ b/crates/zed/src/app_menus.rs @@ -161,7 +161,6 @@ pub fn app_menus() -> Vec> { workspace::ToggleGraphicsProfiler, ), MenuItem::separator(), - MenuItem::separator(), MenuItem::action( "Documentation", crate::OpenBrowser {