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 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/discord') 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, }, -- cgit v1.2.3-70-g09d2