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

<img width="232" alt="link_indicator"
src="https://github.com/user-attachments/assets/89c6247c-08cb-4cac-b136-5c5b71f1a975"
/>

to indicate this opens an external link and not something within Zed.

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-05-07 14:25:38 -04:00
committed by GitHub
parent 358c324e26
commit 466a53b51e
+1 -1
View File
@@ -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 {