Panel showing up

This commit is contained in:
Julia 2023-12-12 16:14:43 -05:00
parent 52e72d9648
commit d3eff6371e
2 changed files with 22 additions and 29 deletions

View file

@ -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);