1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

remove a depreciated option of mainWIndow

This commit is contained in:
Dick Choi
2016-04-07 08:22:54 +09:00
parent cfa251b158
commit 749e85e8e6

View File

@@ -9,8 +9,7 @@ var mainWindow = new BrowserWindow({
zoomFactor: 1.0,
webPreferences: {
blinkFeatures: 'OverlayScrollbars'
},
standardWindow: false
}
})
const url = path.resolve(__dirname, './main.html')