Display key bind of a modal project picker

Piotr Osiewicz created

Change summary

crates/collab_ui/src/collab_titlebar_item.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/collab_ui/src/collab_titlebar_item.rs 🔗

@@ -242,7 +242,7 @@ impl CollabTitlebarItem {
                             .with_tooltip::<RecentProjectsTooltip>(
                                 0,
                                 "Recent projects".into(),
-                                None,
+                                Some(Box::new(recent_projects::OpenRecent)),
                                 theme.tooltip.clone(),
                                 cx,
                             )