diff --git a/static/index.js b/static/index.js index 36d65f405..b11457849 100644 --- a/static/index.js +++ b/static/index.js @@ -252,6 +252,7 @@ function tryCreateWindow() { scrollBounce: true, experimentalFeatures: true, nodeIntegration: true, + webviewTag: true, }, }); win.once('ready-to-show', () => win.show());