Skip to content

Commit

Permalink
electron: Bump electron version to v5.0.6.
Browse files Browse the repository at this point in the history
Electron version upgrade is required for
BrowserViews to be stable.
  • Loading branch information
vsvipul committed Jul 18, 2019
1 parent cc5d823 commit 7114366
Show file tree
Hide file tree
Showing 5 changed files with 2,047 additions and 2,753 deletions.
3 changes: 2 additions & 1 deletion app/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ function createMainWindow(): Electron.BrowserWindow {
webPreferences: {
plugins: true,
nodeIntegration: true,
partition: 'persist:webviewsession'
partition: 'persist:webviewsession',
webviewTag: true
},
show: false
});
Expand Down
Loading

0 comments on commit 7114366

Please sign in to comment.