From 87129071826c26fbf3905459987189b414a4c4a0 Mon Sep 17 00:00:00 2001 From: Ankur Jyoti Phukan Date: Thu, 9 May 2019 12:40:00 +0530 Subject: [PATCH] Removed trailing space --- static/show-me/screen/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/show-me/screen/main.js b/static/show-me/screen/main.js index 908f6a9ca0..060867033e 100644 --- a/static/show-me/screen/main.js +++ b/static/show-me/screen/main.js @@ -17,12 +17,12 @@ app.on('ready', () => { const primaryDisplay = screen.getPrimaryDisplay() const { width, height } = primaryDisplay.workAreaSize - mainWindow = new BrowserWindow({ + mainWindow = new BrowserWindow({ width, height, webPreferences: { nodeIntegration: true - } + } }) mainWindow.loadFile('index.html')