Update assistant status bar icon

This commit is contained in:
Nate Butler 2023-08-15 18:36:30 -04:00
parent 28649fb71d
commit a56747af8c
2 changed files with 15 additions and 19 deletions

View file

@ -784,7 +784,7 @@ impl Panel for AssistantPanel {
fn icon_path(&self, cx: &WindowContext) -> Option<&'static str> {
settings::get::<AssistantSettings>(cx)
.button
.then(|| "icons/robot_14.svg")
.then(|| "icons/ai.svg")
}
fn icon_tooltip(&self) -> (String, Option<Box<dyn Action>>) {