fix(app): default project picker to home
This commit is contained in:
parent
81d5a3973d
commit
7865d69001
10 changed files with 31 additions and 8 deletions
|
|
@ -77,7 +77,7 @@ export function DialogSelectDirectoryV2(props: DialogSelectDirectoryV2Props) {
|
|||
config: "",
|
||||
worktree: location.project.directory,
|
||||
directory: location.directory,
|
||||
home: "",
|
||||
home: location.home,
|
||||
}),
|
||||
)
|
||||
.catch(() => undefined),
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ export function DialogSelectDirectory(props: DialogSelectDirectoryProps) {
|
|||
config: "",
|
||||
worktree: location.project.directory,
|
||||
directory: location.directory,
|
||||
home: "",
|
||||
home: location.home,
|
||||
}),
|
||||
)
|
||||
.catch(() => undefined),
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ export const loadPathQuery = (
|
|||
config: "",
|
||||
worktree: location.project.directory,
|
||||
directory: location.directory,
|
||||
home: "",
|
||||
home: location.home,
|
||||
})),
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue