Set wider aspect ratio to electron app

This commit is contained in:
Daniel Sanchez 2020-11-27 13:17:34 +01:00
parent cb11099304
commit 36115e098f
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function getOpenedWindow(url, options) {
function createWindow(port = DEFAULT_PORT) {
mainWindow = new BrowserWindow({
show: false,
width: 1024,
width: 1366,
height: 768,
webPreferences: {
preload: path.join(__dirname, '../scripts/preload.js'),