Panel showing up
This commit is contained in:
parent
52e72d9648
commit
d3eff6371e
2 changed files with 22 additions and 29 deletions
|
@ -39,6 +39,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
|
|||
collab_panel::init(cx);
|
||||
channel_view::init(cx);
|
||||
chat_panel::init(cx);
|
||||
notification_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