Electron 8.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user