Initialize toggle chat panel action
This commit is contained in:
parent
049314e84e
commit
e4bc346723
2 changed files with 11 additions and 4 deletions
|
@ -35,7 +35,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
|
|||
collab_titlebar_item::init(cx);
|
||||
collab_panel::init(cx);
|
||||
channel_view::init(cx);
|
||||
// chat_panel::init(cx);
|
||||
chat_panel::init(cx);
|
||||
notifications::init(&app_state, cx);
|
||||
|
||||
// cx.add_global_action(toggle_screen_sharing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue