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/discord/package.json | 2 +- recipes/discord/webview.js | 1 - recipes/skype/package.json | 2 +- recipes/skype/webview.js | 1 - recipes/zoom/package.json | 2 +- recipes/zoom/webview.js | 1 - 6 files changed, 3 insertions(+), 6 deletions(-) (limited to 'recipes') diff --git a/recipes/discord/package.json b/recipes/discord/package.json index bba848b..1dc89b4 100644 --- a/recipes/discord/package.json +++ b/recipes/discord/package.json @@ -1,7 +1,7 @@ { "id": "discord", "name": "Discord", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "config": { "serviceURL": "https://discordapp.com/login", diff --git a/recipes/discord/webview.js b/recipes/discord/webview.js index a72ef3a..16a3a1a 100644 --- a/recipes/discord/webview.js +++ b/recipes/discord/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, }, diff --git a/recipes/skype/package.json b/recipes/skype/package.json index 58aee4c..a3a0840 100644 --- a/recipes/skype/package.json +++ b/recipes/skype/package.json @@ -1,7 +1,7 @@ { "id": "skype", "name": "Skype", - "version": "3.4.0", + "version": "3.5.0", "license": "MIT", "config": { "serviceURL": "https://web.skype.com/", 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, } diff --git a/recipes/zoom/package.json b/recipes/zoom/package.json index dc0e12c..ce12ff9 100644 --- a/recipes/zoom/package.json +++ b/recipes/zoom/package.json @@ -1,7 +1,7 @@ { "id": "zoom", "name": "Zoom", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "config": { "serviceURL": "https://zoom.us/join", diff --git a/recipes/zoom/webview.js b/recipes/zoom/webview.js index a72ef3a..16a3a1a 100644 --- a/recipes/zoom/webview.js +++ b/recipes/zoom/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