Electron Releases - v12.0.0-beta.24

npm install electron@v12.0.0-beta.24
yarn add electron@v12.0.0-beta.24
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed bug in which WebContents.mainFrame would sometimes return undefined. #27663
  • Fixed native window freeze on Windows when Electron app is sent to tray and external display changes. #27668 (Also in 11)