Hacker News new | ask | show | jobs
by taroth 269 days ago
One-liner for electron developers to fix the issue:

`browserwindow.setHasShadow(false)`

1 comments

Thank you for this!

Could possibly just hotpatch my existing app, add this to the packed in javascript .asar resource file and not having to make a new build with updated Electron version.