Skip to content

Commit

Permalink
forgot to hide media window
Browse files Browse the repository at this point in the history
  • Loading branch information
DBChoco committed Aug 27, 2023
1 parent 6710709 commit 4c65945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function createWindow () {

//Create hidden mediaPlayer
mediaWindow = new BrowserWindow({
show: true,
show: false,
webPreferences: {
//nodeIntegration: false, // is default value after Electron v5
contextIsolation: true, // protect against prototype pollution
Expand Down

0 comments on commit 4c65945

Please sign in to comment.