mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(tui): expand edit calls
This commit is contained in:
parent
bd244f73af
commit
9d869f784c
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ export namespace Config {
|
|||
const os = await import("os")
|
||||
result.username = os.userInfo().username
|
||||
}
|
||||
if (!result.layout) {
|
||||
result.layout = "auto"
|
||||
}
|
||||
|
||||
log.info("loaded", result)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue