diff options
Diffstat (limited to 'gui/src/main')
| -rw-r--r-- | gui/src/main/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index bdfc581242..c93f0f89d7 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -1185,6 +1185,9 @@ class ApplicationMain { fullscreenable: false, show: false, frame: false, + webPreferences: { + nodeIntegration: true, + }, }; switch (process.platform) { |
