Unconditionally display followers in full color

This commit is contained in:
Julia 2023-04-17 13:10:40 -04:00
parent e655a6c767
commit 61f4f8aaeb

View file

@ -710,11 +710,9 @@ impl CollabTitlebarItem {
} }
})?; })?;
let location = remote_participant.map(|p| p.location);
Some(Self::render_face( Some(Self::render_face(
avatar.clone(), avatar.clone(),
Self::location_style(workspace, location, follower_style, cx), follower_style,
background_color, background_color,
)) ))
})) }))