From 1e1f9ecc53121749bc99a46bb5aecca51325836f Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 8 Dec 2021 23:40:09 +0530 Subject: chore: use 'nativeWindowOpen' to see if this resolves issues with opening browser window on clicking links (#786) (based on https://github.com/TheGoddessInari/hamsket/commit/27226145f7ac0c5acf7aa13e6c8b26687b4e1013\) --- recipes/discord/package.json | 2 +- recipes/discord/webview.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/discord') diff --git a/recipes/discord/package.json b/recipes/discord/package.json index 175b4ce..cf227cd 100644 --- a/recipes/discord/package.json +++ b/recipes/discord/package.json @@ -1,7 +1,7 @@ { "id": "discord", "name": "Discord", - "version": "1.4.5", + "version": "1.4.6", "license": "MIT", "config": { "serviceURL": "https://discordapp.com/login", diff --git a/recipes/discord/webview.js b/recipes/discord/webview.js index cf13cc9..9ad54e8 100644 --- a/recipes/discord/webview.js +++ b/recipes/discord/webview.js @@ -49,6 +49,7 @@ module.exports = (Ferdi, settings) => { minWidth: 600, webPreferences: { partition: `persist:service-${settings.id}`, + nativeWindowOpen: true, // TODO: Aren't these needed here? // contextIsolation: false, // enableRemoteModule: true, -- cgit v1.2.3-70-g09d2