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

Expand Down

0 comments on commit d825cd7

Please sign in to comment.