chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-09 05:43:07 +00:00
parent a4c17f08b1
commit 353e0eef8a

View file

@ -1037,7 +1037,9 @@ function HomeProjectRow(props: {
const canRevealInFileManager = () =>
platform.platform === "desktop" && !!platform.openPath && ServerConnection.local(props.server)
const fileManagerActionLabel = () =>
props.language.t(fileManagerApp(platform.platform === "desktop" ? platform.os ?? "unknown" : "unknown").actionLabel)
props.language.t(
fileManagerApp(platform.platform === "desktop" ? (platform.os ?? "unknown") : "unknown").actionLabel,
)
const revealInFileManager = () => {
if (!platform.openPath) return
platform.openPath(props.project.worktree).catch((err: unknown) =>