WIP
Don't rely on contacts popover or contacts list for theming Add metrics id to request body Clean up some code and comments Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
parent
9694771752
commit
0200fc5542
7 changed files with 79 additions and 50 deletions
|
@ -108,7 +108,7 @@ fn main() {
|
|||
watch_settings_file(default_settings, settings_file_content, themes.clone(), cx);
|
||||
watch_keymap_file(keymap_file, cx);
|
||||
|
||||
cx.set_global(http.clone());
|
||||
cx.set_global(client.clone());
|
||||
|
||||
feedback_popover::init(cx);
|
||||
context_menu::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue