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:
@@ -9,8 +9,7 @@ var mainWindow = new BrowserWindow({
|
|||||||
zoomFactor: 1.0,
|
zoomFactor: 1.0,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
blinkFeatures: 'OverlayScrollbars'
|
blinkFeatures: 'OverlayScrollbars'
|
||||||
},
|
}
|
||||||
standardWindow: false
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const url = path.resolve(__dirname, './main.html')
|
const url = path.resolve(__dirname, './main.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user