v41.5.1
📦 electronView on GitHub →
🐛 4 fixes🔧 1 symbols
Summary
This patch release focuses on bug fixes, including ensuring boolean return types for login item settings on macOS and resolving a DevTools closing race condition.
🐛 Bug Fixes
- Fixed app.getLoginItemSettings() returning undefined for executableWillLaunchAtLogin on macOS; the property is now always a boolean.
- Fixed a potential race condition crash when closing DevTools.
- Fixed cross-origin isolation failing for non-file origins.
- Improved the way Electron determines the default XDG App ID and WM_CLASS on Linux for better platform compatibility if desktopName is not provided in package.json.