asticode / astilectron

Electron app that provides an API over a TCP socket that allows executing Electron's method as well as capturing Electron's events
MIT License
285 stars 67 forks source link

Fixed dialog issue caused by Electron update #59

Closed rayshoo closed 2 years ago

rayshoo commented 2 years ago

Dialog issues and resolutions according to the following link.(https://github.com/asticode/go-astilectron/issues/314) In practice, it works and I send a pull request.

asticode commented 2 years ago

This doesn't work for me when using Electron v11.4.3 (the version used by default in go-astilectron). I get Error: Cannot find module '@electron/remote/main'

rayshoo commented 2 years ago

Oh thanks for checking it out. I will send a PR again after confirming the relevance between each project.