1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

upgrade electron

This commit is contained in:
Rokt33r
2016-05-13 03:20:35 +09:00
parent ba4d90765a
commit 5dff50ff92
2 changed files with 2 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ const path = require('path')
var mainWindow = new BrowserWindow({
width: 1080,
height: 720,
zoomFactor: 1.0,
webPreferences: {
zoomFactor: 1.0,
blinkFeatures: 'OverlayScrollbars'
}
})