Add basic sound handling infrastructure
This commit is contained in:
parent
e017d62e92
commit
138de37cbf
8 changed files with 495 additions and 32 deletions
|
@ -2160,7 +2160,7 @@ mod tests {
|
|||
state.initialize_workspace = initialize_workspace;
|
||||
state.build_window_options = build_window_options;
|
||||
theme::init((), cx);
|
||||
call::init(app_state.client.clone(), app_state.user_store.clone(), cx);
|
||||
call::init(app_state.client.clone(), app_state.user_store.clone(), (), cx);
|
||||
workspace::init(app_state.clone(), cx);
|
||||
Project::init_settings(cx);
|
||||
language::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue