Update assistant status bar icon
This commit is contained in:
parent
28649fb71d
commit
a56747af8c
2 changed files with 15 additions and 19 deletions
|
@ -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>>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue