Electron v37.2.1
Latest Stablenpm
npm install --save-dev electron@37.2.1
yarn
yarn add --dev electron@37.2.1
Release Notes
Fixes
Fixed a crash when calling
desktopCapturer.getSources
with an empty thumbnail size. #47653 (Also in 36, 38)Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have
roundedCorners
set tofalse
. #47682 (Also in 36, 38)Fixed an issue where the window required restart in order to recognize system accent color setting change. #47656 (Also in 36, 38)