diff --git a/app/main/index.js b/app/main/index.js index 350b36ec6..4ed20684e 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -77,7 +77,8 @@ function createMainWindow() { webPreferences: { plugins: true, nodeIntegration: true, - partition: 'persist:webviewsession' + partition: 'persist:webviewsession', + webviewTag: true }, show: false });