Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Jun 5, 2024
1 parent d825cd7 commit 51e6608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ function createWindow() {
// the nodeIntegration set to false , makes all dynamic changes from preload.js invalid
// nodeIntegration: false ,
preload: path.join(__dirname, 'preload.js') ,
contextIsolation: true
contextIsolation: true ,
webviewTag: true ,
}
};

Expand Down

0 comments on commit 51e6608

Please sign in to comment.