Restore a bunch of random workspace stuff
This commit is contained in:
parent
e67c44a562
commit
9a3cd073c7
11 changed files with 719 additions and 779 deletions
|
@ -684,6 +684,7 @@ impl CollabPanel {
|
|||
if let Some(serialized_panel) = serialized_panel {
|
||||
panel.update(cx, |panel, cx| {
|
||||
panel.width = serialized_panel.width;
|
||||
//todo!(collapsed_channels)
|
||||
// panel.collapsed_channels = serialized_panel
|
||||
// .collapsed_channels
|
||||
// .unwrap_or_else(|| Vec::new());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue