Electron v20.0.0-beta.8
npm
npm install --save-dev electron@20.0.0-beta.8
yarn
yarn add --dev electron@20.0.0-beta.8
Release Notes
Fixes
Fixed an issue where calling
BrowserWindow.setRepresentedFilename
on macOS withtitlebarStyle: 'hiddenInset'
ortitlebarStyle: 'hidden'
inadvertently moves the traffic light location. #34849 (Also in 18, 19)Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. #34840 (Also in 17, 18, 19)