Skip to content

Commit

Permalink
webview: Enable webviewTag in webPreferences
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishk98 committed Jun 27, 2019
1 parent 65cf8b1 commit 1fe62e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main/index.js
Expand Up @@ -77,7 +77,8 @@ function createMainWindow() {
webPreferences: {
plugins: true,
nodeIntegration: true,
partition: 'persist:webviewsession'
partition: 'persist:webviewsession',
webviewTag: true
},
show: false
});
Expand Down

0 comments on commit 1fe62e5

Please sign in to comment.