Collapse offline section by default

This commit is contained in:
Mikayla 2023-08-16 19:51:41 -07:00
parent 2f16147055
commit 05becc75d1
No known key found for this signature in database

View file

@ -397,7 +397,7 @@ impl CollabPanel {
project: workspace.project().clone(),
subscriptions: Vec::default(),
match_candidates: Vec::default(),
collapsed_sections: Vec::default(),
collapsed_sections: vec![Section::Offline],
workspace: workspace.weak_handle(),
client: workspace.app_state().client.clone(),
context_menu_on_selected: true,