Skip to content

Commit 5dff50f

Browse files
committed
upgrade electron
1 parent ba4d907 commit 5dff50f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/main-window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const path = require('path')
66
var mainWindow = new BrowserWindow({
77
width: 1080,
88
height: 720,
9-
zoomFactor: 1.0,
109
webPreferences: {
10+
zoomFactor: 1.0,
1111
blinkFeatures: 'OverlayScrollbars'
1212
}
1313
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"css-loader": "^0.19.0",
6666
"devtron": "^1.1.0",
6767
"electron-packager": "^6.0.0",
68-
"electron-prebuilt": "^0.36.12",
68+
"electron-prebuilt": "^0.37.8",
6969
"electron-release": "^2.2.0",
7070
"grunt": "^0.4.5",
7171
"grunt-electron-installer": "^1.2.0",

0 commit comments

Comments
 (0)