fix(app): default project picker to home

This commit is contained in:
Brendan Allan 2026-07-31 04:07:43 +00:00 committed by opencode-agent[bot]
commit 7865d69001
10 changed files with 31 additions and 8 deletions

View file

@ -77,7 +77,7 @@ export function DialogSelectDirectoryV2(props: DialogSelectDirectoryV2Props) {
config: "",
worktree: location.project.directory,
directory: location.directory,
home: "",
home: location.home,
}),
)
.catch(() => undefined),

View file

@ -68,7 +68,7 @@ export function DialogSelectDirectory(props: DialogSelectDirectoryProps) {
config: "",
worktree: location.project.directory,
directory: location.directory,
home: "",
home: location.home,
}),
)
.catch(() => undefined),

View file

@ -276,7 +276,7 @@ export const loadPathQuery = (
config: "",
worktree: location.project.directory,
directory: location.directory,
home: "",
home: location.home,
})),
})