mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
feat(app): Add ability to select project directory text to web (#9344)
This commit is contained in:
parent
aa4b06e165
commit
bfa986d45e
1 changed files with 1 additions and 1 deletions
|
|
@ -1967,7 +1967,7 @@ export default function Layout(props: ParentProps) {
|
|||
transform: "translate3d(52px, 0, 0)",
|
||||
}}
|
||||
>
|
||||
<span class="text-12-regular text-text-base truncate">
|
||||
<span class="text-12-regular text-text-base truncate select-text">
|
||||
{project()?.worktree.replace(homedir(), "~")}
|
||||
</span>
|
||||
</Tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue