Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin authored Apr 13, 2021
1 parent f96857b commit 200a2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function createWindow (URL=url) {
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
// zoomFactor: 1.0 / factor,
nodeIntegration: true // this could be a security hazard, but useful for enabling screen sharing and global hotkeys
// nodeIntegration: true // this could be a security hazard, but useful for enabling screen sharing and global hotkeys
},
title: currentTitle
});
Expand Down

0 comments on commit 200a2d0

Please sign in to comment.