Skip to content

Commit 4f8d242

Browse files
committed
refactor(agent-tars): increase the size of the startup window
1 parent ecc3567 commit 4f8d242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/agent-tars/src/main/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class AppUpdater {
2626
function createWindow(): void {
2727
// Create the browser window.
2828
const mainWindow = new BrowserWindow({
29-
width: 900,
30-
height: 670,
29+
width: 1200,
30+
height: 800,
3131
show: false,
3232
autoHideMenuBar: true,
3333
frame: false,

0 commit comments

Comments
 (0)