fix(desktop): don't expand tools by default

This commit is contained in:
Adam 2025-12-31 07:10:47 -06:00
parent 22091c29f1
commit 3650fefe2d
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -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">