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:
parent
358c324e26
commit
466a53b51e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue