mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 02:03:06 +03:00
Display key bind of a modal project picker
This commit is contained in:
parent
d69b07bafd
commit
3318896ad9
@ -242,7 +242,7 @@ impl CollabTitlebarItem {
|
|||||||
.with_tooltip::<RecentProjectsTooltip>(
|
.with_tooltip::<RecentProjectsTooltip>(
|
||||||
0,
|
0,
|
||||||
"Recent projects".into(),
|
"Recent projects".into(),
|
||||||
None,
|
Some(Box::new(recent_projects::OpenRecent)),
|
||||||
theme.tooltip.clone(),
|
theme.tooltip.clone(),
|
||||||
cx,
|
cx,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user