aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoom/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zoom/webview.js')
-rw-r--r--recipes/zoom/webview.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/zoom/webview.js b/recipes/zoom/webview.js
index 712d216..ab457c1 100644
--- a/recipes/zoom/webview.js
+++ b/recipes/zoom/webview.js
@@ -52,7 +52,6 @@ module.exports = (Ferdi, settings) => {
52 nativeWindowOpen: true, 52 nativeWindowOpen: true,
53 // TODO: Aren't these needed here? 53 // TODO: Aren't these needed here?
54 // contextIsolation: false, 54 // contextIsolation: false,
55 // enableRemoteModule: true,
56 }, 55 },
57 }); 56 });
58 win.loadURL(url); 57 win.loadURL(url);