Merge branch 'gpui2-ui' into gpui2

This commit is contained in:
Marshall Bowers 2023-10-16 16:54:40 -04:00
commit c8b452d411
2 changed files with 43 additions and 51 deletions

View file

@ -99,7 +99,7 @@ impl<S: 'static + Send + Sync + Clone> ListHeader<S> {
let color = ThemeColor::new(cx);
let is_toggleable = self.toggleable != Toggleable::NotToggleable;
let is_toggled = Toggleable::is_toggled(&self.toggleable);
let is_toggled = self.toggleable.is_toggled();
let disclosure_control = self.disclosure_control();