Electron 8.

This commit is contained in:
Daniel Scalzi
2020-03-18 19:54:46 -04:00
parent 8b5a7bb02e
commit 141a753893
5 changed files with 512 additions and 676 deletions

View File

@@ -34,7 +34,6 @@ remote.getCurrentWebContents().on('devtools-opened', () => {
// Disable zoom, needed for darwin.
webFrame.setZoomLevel(0)
webFrame.setVisualZoomLevelLimits(1, 1)
webFrame.setLayoutZoomLevelLimits(0, 0)
// Initialize auto updates in production environments.
let updateCheckListener