summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/main/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index dedddac424..32dc098818 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -1393,6 +1393,8 @@ class ApplicationMain {
webPreferences: {
nodeIntegration: true,
devTools: process.env.NODE_ENV === 'development',
+ // TODO: Remove use of remote
+ enableRemoteModule: true,
},
};