chore: generate

This commit is contained in:
GitHub Action
2026-01-21 17:15:18 +00:00
committed by opencode
parent c4c489a5bc
commit 95b17bcf5e
5 changed files with 10 additions and 17 deletions

View File

@@ -1573,12 +1573,12 @@ export default function Layout(props: ParentProps) {
keybind={command.keybind("session.archive")}
gutter={8}
>
<IconButton
icon="archive"
variant="ghost"
onClick={() => archiveSession(props.session)}
aria-label={language.t("command.session.archive")}
/>
<IconButton
icon="archive"
variant="ghost"
onClick={() => archiveSession(props.session)}
aria-label={language.t("command.session.archive")}
/>
</TooltipKeybind>
</div>
</div>