diff --git a/main/windows/config.ts b/main/windows/config.ts index 006140f6..f44d4e43 100644 --- a/main/windows/config.ts +++ b/main/windows/config.ts @@ -22,7 +22,8 @@ const openConfigWindow = async (pluginName: string) => { parent: prefsWindow, modal: true, webPreferences: { - nodeIntegration: true + nodeIntegration: true, + enableRemoteModule: true } });