Update editors on start

This commit is contained in:
Piotr Siuszko 2023-03-02 17:17:48 +01:00
parent 089c657bac
commit e98924eb0c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ impl HubClient {
let hub = if hub_option.is_ok() {
let mut h: Hub = hub_option.unwrap();
h.update_projects_info();
h.update_data();
h
} else {
Hub::default()