Electron v34.1.0
npm
npm install --save-dev electron@34.1.0
yarn
yarn add --dev electron@34.1.0
Release Notes
Features
Fixes
Fixed a bug where the default path didn't always correctly fill the Name field in KDialogs on Linux. #45419 (Also in 35)
Fixed an issue where RTL tooltips could be incorrect when using WCO on Windows. #45426 (Also in 33, 35)
Fixed an issue where Windows Control Overlay didn't work with some window configurations. #45478
Fixed an issue where selection of multiple directories with the
dialogmodule didn't work on Linux. #45395 (Also in 35)