parent
f1a9fdddab
commit
9468b9699e
3 changed files with 3 additions and 0 deletions
|
@ -1253,6 +1253,7 @@ impl ActiveThread {
|
|||
|
||||
let tool_icon = match tool_use.name.as_ref() {
|
||||
"bash" => IconName::Terminal,
|
||||
"copy-path" => IconName::Clipboard,
|
||||
"delete-path" => IconName::Trash,
|
||||
"diagnostics" => IconName::Warning,
|
||||
"edit-files" => IconName::Pencil,
|
||||
|
|
|
@ -169,6 +169,7 @@ pub enum IconName {
|
|||
ChevronUp,
|
||||
ChevronUpDown,
|
||||
Circle,
|
||||
Clipboard,
|
||||
Close,
|
||||
Code,
|
||||
Cog,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue