Allow toggling collaboration menu from the keyboard
This commit is contained in:
parent
3bb1f0097f
commit
89f05ada0b
5 changed files with 32 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue