mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
[Condense] Change condense icon (#3768)
* [Condense] Change condense icon * change to fold
This commit is contained in:
parent
9402a4d54f
commit
7a4ce14901
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export const TaskActions = ({ item, buttonsDisabled, handleCondenseContext }: Ta
|
|||
{!!item?.size && item.size > 0 && (
|
||||
<>
|
||||
<IconButton
|
||||
iconClass="codicon-file-zip"
|
||||
iconClass="codicon-fold"
|
||||
title={t("chat:task.condenseContext")}
|
||||
disabled={buttonsDisabled}
|
||||
onClick={() => handleCondenseContext(item.id)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue