Photon icon indicating copy to clipboard operation
Photon copied to clipboard

ShowReel not working with modern version of electron

Open jlgerber opened this issue 5 years ago • 1 comments

Electron changed their nodeIntegration default, leading app.js erroring with something like "Require not found".

The fix is simple

In main.js add nodeIntegration: true, to BrowserWindow.webPreferences

The webPreferences object also has to be be added to app.js Photon.Dialog(,{})

jlgerber avatar May 22 '19 15:05 jlgerber

Fixed in #41, please close

alexchandel avatar Oct 05 '20 16:10 alexchandel