Change the terminal assistant settings icon (#15702)
Change the terminal assistant settings icon so its consistent with the one we're using on the inline assistant. --- Release Notes: - N/A
This commit is contained in:
parent
d6e558e3c9
commit
24afe7c3f9
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ impl Render for PromptEditor {
|
|||
.gap_2()
|
||||
.child(ModelSelector::new(
|
||||
self.fs.clone(),
|
||||
IconButton::new("context", IconName::Settings)
|
||||
IconButton::new("context", IconName::SlidersAlt)
|
||||
.shape(IconButtonShape::Square)
|
||||
.icon_size(IconSize::Small)
|
||||
.icon_color(Color::Muted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue