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,