Electron v41.10.7
npm
npm install --save-dev electron@41.10.7
yarn
yarn add --dev electron@41.10.7
Release Notes
Fixes
Fixed an issue on Linux where the system theme color appeared at the top edge of frameless windows. #53006 (Also in 42, 43)
Fixed running under tsx import transpilation. #53003 (Also in 42, 43)
Fixed shutdown crash on windows when power monitor notifications were subscribed. #52999 (Also in 42)
Fixed the context menu in a detached DevTools window focusing the inspected page's window instead of the DevTools window. #53002 (Also in 42, 43)
Fixed titleBarOverlay.color set to
rgba(0,0,0,0)failing back to default frame color. #53004 (Also in 42, 43)