Skip to content

Commit

Permalink
Fix opening the plugin config sheet
Browse files Browse the repository at this point in the history
Fixes #1041
  • Loading branch information
sindresorhus committed Oct 16, 2021
1 parent ee23d8e commit 3576cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/windows/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const openConfigWindow = async (pluginName: string) => {
parent: prefsWindow,
modal: true,
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
enableRemoteModule: true
}
});

Expand Down

0 comments on commit 3576cf6

Please sign in to comment.