diff --git a/main.js b/main.js index 4d74cac..7da8a5d 100644 --- a/main.js +++ b/main.js @@ -8,8 +8,8 @@ const frontendPath = 'frontend/' function createWindow() { // Create the browser window. const mainWindow = new BrowserWindow({ - width: 800, - height: 600, + width: 1680, + height: 960, webPreferences: { nodeIntegration: true, }