Przeglądaj źródła

fix(tui): expand edit calls

adamdotdevin 9 miesięcy temu
rodzic
commit
9d869f784c
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      packages/opencode/src/config/config.ts

+ 3 - 0
packages/opencode/src/config/config.ts

@@ -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)