Update editors on start
This commit is contained in:
parent
089c657bac
commit
e98924eb0c
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue