aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/discord/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/discord/webview.js')
-rw-r--r--recipes/discord/webview.js1
1 files changed, 1 insertions, 0 deletions
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) => {
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,
52 // TODO: Aren't these needed here? 53 // TODO: Aren't these needed here?
53 // contextIsolation: false, 54 // contextIsolation: false,
54 // enableRemoteModule: true, 55 // enableRemoteModule: true,