From 4f8d242ce4c588b0a7829c3ef95e77d534ee2e37 Mon Sep 17 00:00:00 2001 From: chenhaoli Date: Wed, 19 Mar 2025 17:48:00 +0800 Subject: [PATCH] refactor(agent-tars): increase the size of the startup window --- apps/agent-tars/src/main/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/agent-tars/src/main/index.ts b/apps/agent-tars/src/main/index.ts index 10e682733..5f01a00de 100644 --- a/apps/agent-tars/src/main/index.ts +++ b/apps/agent-tars/src/main/index.ts @@ -26,8 +26,8 @@ class AppUpdater { function createWindow(): void { // Create the browser window. const mainWindow = new BrowserWindow({ - width: 900, - height: 670, + width: 1200, + height: 800, show: false, autoHideMenuBar: true, frame: false,