Allow toggling collaboration menu from the keyboard

This commit is contained in:
Max Brunsfeld 2022-10-12 14:14:03 -07:00
parent 3bb1f0097f
commit 89f05ada0b
5 changed files with 32 additions and 10 deletions

View file

@ -8,7 +8,7 @@ mod notifications;
mod project_shared_notification;
use call::ActiveCall;
pub use collab_titlebar_item::CollabTitlebarItem;
pub use collab_titlebar_item::{CollabTitlebarItem, ToggleCollaborationMenu};
use gpui::MutableAppContext;
use project::Project;
use std::sync::Arc;