From 466a53b51ea77f9d9d571cae34f1efd1d1b04290 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Wed, 7 May 2025 20:25:38 +0200 Subject: [PATCH] title_bar: Add link indicator to current plan entry in user menu (#30153) This PR adds a link indicator to the `Current Plan: ...` entry in the user menu link_indicator to indicate this opens an external link and not something within Zed. Release Notes: - N/A --- crates/title_bar/src/title_bar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 15f24074f1..6947795b6e 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -678,7 +678,7 @@ impl TitleBar { .anchor(Corner::TopRight) .menu(move |window, cx| { ContextMenu::build(window, cx, |menu, _, _cx| { - menu.action( + menu.link( format!( "Current Plan: {}", match plan {