hokein / electron-sample-apps

Sample apps for Electron
Apache License 2.0
3.9k stars 939 forks source link

enableRemoteModule set to true, which is by default false #75

Closed successful-fella closed 4 years ago

successful-fella commented 4 years ago

In newer version of Electron (10.0.0 and above), webPreferences enableRemoteModule is false by default due to which File Manager and Mini Code Editor example weren't working.

hokein commented 4 years ago

Thanks!