mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Unconditionally display followers in full color
This commit is contained in:
parent
e655a6c767
commit
61f4f8aaeb
1 changed files with 1 additions and 3 deletions
|
@ -710,11 +710,9 @@ impl CollabTitlebarItem {
|
|||
}
|
||||
})?;
|
||||
|
||||
let location = remote_participant.map(|p| p.location);
|
||||
|
||||
Some(Self::render_face(
|
||||
avatar.clone(),
|
||||
Self::location_style(workspace, location, follower_style, cx),
|
||||
follower_style,
|
||||
background_color,
|
||||
))
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue