thread view: Add link to docs in the toolbar plus menu (#36883)
Release Notes: - N/A
This commit is contained in:
parent
ad25aba990
commit
628a9cd8ea
2 changed files with 11 additions and 1 deletions
|
@ -561,7 +561,7 @@ impl ContextMenu {
|
|||
action: Some(action.boxed_clone()),
|
||||
handler: Rc::new(move |_, window, cx| window.dispatch_action(action.boxed_clone(), cx)),
|
||||
icon: Some(IconName::ArrowUpRight),
|
||||
icon_size: IconSize::Small,
|
||||
icon_size: IconSize::XSmall,
|
||||
icon_position: IconPosition::End,
|
||||
icon_color: None,
|
||||
disabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue