mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 05:33:49 +00:00
Display key bind of a modal project picker
This commit is contained in:
parent
d69b07bafd
commit
3318896ad9
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ impl CollabTitlebarItem {
|
|||
.with_tooltip::<RecentProjectsTooltip>(
|
||||
0,
|
||||
"Recent projects".into(),
|
||||
None,
|
||||
Some(Box::new(recent_projects::OpenRecent)),
|
||||
theme.tooltip.clone(),
|
||||
cx,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue