fix(tui): expand edit calls

This commit is contained in:
adamdotdevin
2025-07-16 14:33:57 -05:00
parent 39f63ed5e0
commit 88915e2b0b
+3
View File
@@ -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)