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 ee27d7b commit a67b00e
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 @@ -56,7 +56,8 @@ function createWindow() {
frame: options.title,
webPreferences: {
// if you want it be possible to change stuff in the engine backend , remove the line below
nodeIntegration: false ,
// the nodeIntegration set to false , makes all dynamic changes from preload.js invalid
// nodeIntegration: false ,
preload: path.join(__dirname, 'preload.js')
}
};
Expand Down

0 comments on commit a67b00e

Please sign in to comment.