mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 18:01:41 +00:00
feat(app): allow users to select directory text on new session (#9760)
This commit is contained in:
parent
79aa931a05
commit
8e8fb6a54b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export function NewSessionView(props: NewSessionViewProps) {
|
|||
<div class="text-20-medium text-text-weaker">{language.t("command.session.new")}</div>
|
||||
<div class="flex justify-center items-center gap-3">
|
||||
<Icon name="folder" size="small" />
|
||||
<div class="text-12-medium text-text-weak">
|
||||
<div class="text-12-medium text-text-weak select-text">
|
||||
{getDirectory(projectRoot())}
|
||||
<span class="text-text-strong">{getFilename(projectRoot())}</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue