Collapse offline section by default
This commit is contained in:
parent
2f16147055
commit
05becc75d1
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ impl CollabPanel {
|
||||||
project: workspace.project().clone(),
|
project: workspace.project().clone(),
|
||||||
subscriptions: Vec::default(),
|
subscriptions: Vec::default(),
|
||||||
match_candidates: Vec::default(),
|
match_candidates: Vec::default(),
|
||||||
collapsed_sections: Vec::default(),
|
collapsed_sections: vec![Section::Offline],
|
||||||
workspace: workspace.weak_handle(),
|
workspace: workspace.weak_handle(),
|
||||||
client: workspace.app_state().client.clone(),
|
client: workspace.app_state().client.clone(),
|
||||||
context_menu_on_selected: true,
|
context_menu_on_selected: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue