Skip to content

Commit

Permalink
Removed redundant disableBlinkFeatures webPreference
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Mar 1, 2025
1 parent a79de7d commit 949f960
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src-electron/main-process/electron-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ function createWindow() {
nodeIntegration: true,
nodeIntegrationInWorker: true,
webSecurity: false,
contextIsolation: false,
disableBlinkFeatures: "Auxclick"
contextIsolation: false
},
icon: path.join(__dirname, 'icon.png'),
autoHideMenuBar: process.env.PROD
Expand Down

0 comments on commit 949f960

Please sign in to comment.