diff --git a/packages/bruno-electron/src/index.js b/packages/bruno-electron/src/index.js index 3a38e21aef..1acaa7adc1 100644 --- a/packages/bruno-electron/src/index.js +++ b/packages/bruno-electron/src/index.js @@ -39,6 +39,8 @@ app.on('ready', async () => { y, width, height, + minWidth:1000, + minHeight:640, webPreferences: { nodeIntegration: true, contextIsolation: true,