Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…sbar into whiteadi-master
  • Loading branch information
Anderson Mamede committed Dec 8, 2020
2 parents f8d283e + 7d7ee09 commit 274e33e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ class ProgressBar {
minimizable: false,
maximizable: false,
width: 500,
height: 170
height: 170,
webPreferences: {
nodeIntegration: true
},
},

remoteWindow: null
remoteWindow: null
};

this._styleSelector = {
Expand Down

0 comments on commit 274e33e

Please sign in to comment.