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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/skype/webview.js b/recipes/skype/webview.js
index a488699..ca0befb 100644
--- a/recipes/skype/webview.js
+++ b/recipes/skype/webview.js
@@ -49,7 +49,6 @@ module.exports = (Ferdium, settings) => {
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,
53 // TODO: Aren't these needed here? 52 // TODO: Aren't these needed here?
54 // contextIsolation: false, 53 // contextIsolation: false,
55 } 54 }