Finished internal themes
This commit is contained in:
parent
3171a0c312
commit
d881320345
8 changed files with 17 additions and 7 deletions
|
@ -860,7 +860,7 @@ impl AppState {
|
|||
let client = Client::new(http_client.clone());
|
||||
let project_store = cx.add_model(|_| ProjectStore::new(project::Db::open_fake()));
|
||||
let user_store = cx.add_model(|cx| UserStore::new(client.clone(), http_client, cx));
|
||||
let themes = ThemeRegistry::new((), cx.font_cache().clone());
|
||||
let themes = ThemeRegistry::new((), cx.font_cache().clone(), false);
|
||||
Arc::new(Self {
|
||||
client,
|
||||
themes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue