aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/skype/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/skype/webview.js')
-rw-r--r--recipes/skype/webview.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/skype/webview.js b/recipes/skype/webview.js
index 7c07ee1..1947ddb 100644
--- a/recipes/skype/webview.js
+++ b/recipes/skype/webview.js
@@ -48,7 +48,8 @@ module.exports = (Ferdi, settings) => {
48 height: window.innerHeight, 48 height: window.innerHeight,
49 minWidth: 600, 49 minWidth: 600,
50 webPreferences: { 50 webPreferences: {
51 partition: `persist:service-${settings.id}` 51 partition: `persist:service-${settings.id}`,
52 nativeWindowOpen: true,
52 // TODO: Aren't these needed here? 53 // TODO: Aren't these needed here?
53 // contextIsolation: false, 54 // contextIsolation: false,
54 // enableRemoteModule: true, 55 // enableRemoteModule: true,