From c819fe925dac556dee8336d3c19147073179c71a Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 18 Apr 2022 18:19:43 -0500 Subject: Remove deprecated 'nativeWindowOpen' option from webPreferences due to upgrade of electron to '18.' --- recipes/skype/webview.js | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes/skype/webview.js') 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) => { minWidth: 600, webPreferences: { partition: `persist:service-${settings.id}`, - nativeWindowOpen: true, // TODO: Aren't these needed here? // contextIsolation: false, } -- cgit v1.2.3-70-g09d2