Skip to content

Commit

Permalink
Issue #10 fix for progress bar not showing up
Browse files Browse the repository at this point in the history
Fix for #10
  • Loading branch information
whiteadi authored May 17, 2019
1 parent 56ed56a commit 7d7ee09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ class ProgressBar {
minimizable: false,
maximizable: false,
width: 500,
height: 170
height: 170,
webPreferences: {
nodeIntegration: true
},
}
};

Expand Down

0 comments on commit 7d7ee09

Please sign in to comment.