aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/skype/webview.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 18:19:43 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 18:19:43 -0500
commitc819fe925dac556dee8336d3c19147073179c71a (patch)
treecf8e759a854b8a2b7c992e07f3b00a8887febe92 /recipes/skype/webview.js
parentRebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) (diff)
downloadferdium-recipes-c819fe925dac556dee8336d3c19147073179c71a.tar.gz
ferdium-recipes-c819fe925dac556dee8336d3c19147073179c71a.tar.zst
ferdium-recipes-c819fe925dac556dee8336d3c19147073179c71a.zip
Remove deprecated 'nativeWindowOpen' option from webPreferences due to upgrade of electron to '18.'
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 }