Use robot icon for assistant to prevent confusion with conversations

This commit is contained in:
Antonio Scandurra 2023-06-14 12:14:43 +02:00
parent 049c987310
commit 4efe62b3e5
2 changed files with 5 additions and 1 deletions

View file

@ -398,7 +398,7 @@ impl Panel for AssistantPanel {
}
fn icon_path(&self) -> &'static str {
"icons/speech_bubble_12.svg"
"icons/robot_14.svg"
}
fn icon_tooltip(&self) -> (String, Option<Box<dyn Action>>) {