zed2 notification panel (#3603)

Release Notes:

- N/A
This commit is contained in:
Julia
2023-12-12 18:04:47 -05:00
committed by GitHub
24 changed files with 874 additions and 1098 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ impl AppState {
let languages = Arc::new(LanguageRegistry::test());
let http_client = util::http::FakeHttpClient::with_404_response();
let client = Client::new(http_client.clone(), cx);
let user_store = cx.build_model(|cx| UserStore::new(client.clone(), http_client, cx));
let user_store = cx.build_model(|cx| UserStore::new(client.clone(), cx));
let workspace_store = cx.build_model(|cx| WorkspaceStore::new(client.clone(), cx));
theme::init(theme::LoadThemes::JustBase, cx);