feat(app): Add ability to select project directory text to web (#9344)

This commit is contained in:
DNGriffin
2026-01-19 17:38:52 -06:00
committed by GitHub
parent aa4b06e165
commit bfa986d45e

View File

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