diff --git a/app/main.js b/app/main.js index 32093fc..204495c 100644 --- a/app/main.js +++ b/app/main.js @@ -155,7 +155,7 @@ app.on("web-contents-created", (event, contents) => { `On "${BrowserWindow.getFocusedWindow().webContents.getTitle()}"` ); } - return { action: "allow" }; + return { action: "allow", overrideBrowserWindowOptions: { width: 1081, height: 610 } }; } }); contents.on("did-finish-load", () => {