From 346f88d21e1d22467cc5f7b105b804a59431c0c3 Mon Sep 17 00:00:00 2001 From: Allen Date: Sun, 11 May 2025 11:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=90=AF=E5=8A=A8=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=88=9D=E5=A7=8B=E7=AA=97=E5=8F=A3=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA1024*768?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 5067ebb..fd8454b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -90,8 +90,8 @@ ipcMain.handle('set-webview-cookie', async (event, url: string, cookie: string) const createWindow = () => { // Create the browser window. const win = new BrowserWindow({ - minWidth: 800, - minHeight: 600, + minWidth: 1024, + minHeight: 768, autoHideMenuBar: true, center: true, //resizable: false,