mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 18:01:41 +00:00
fix(desktop): don't expand tools by default
This commit is contained in:
parent
22091c29f1
commit
3650fefe2d
1 changed files with 0 additions and 2 deletions
|
|
@ -874,7 +874,6 @@ ToolRegistry.register({
|
|||
return (
|
||||
<BasicTool
|
||||
{...props}
|
||||
defaultOpen
|
||||
icon="code-lines"
|
||||
trigger={
|
||||
<div data-component="edit-trigger">
|
||||
|
|
@ -926,7 +925,6 @@ ToolRegistry.register({
|
|||
return (
|
||||
<BasicTool
|
||||
{...props}
|
||||
defaultOpen
|
||||
icon="code-lines"
|
||||
trigger={
|
||||
<div data-component="write-trigger">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue