mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-28 19:53:53 -06:00
Electron-125 - Fixed desktop capturer issue which was caused by a regression
This commit is contained in:
parent
35177567ce
commit
6b158dd21d
@ -45,7 +45,7 @@ function getSources(options, callback) {
|
||||
captureScreen = includes.call(options.types, 'screen');
|
||||
|
||||
let updatedOptions = options;
|
||||
if (updatedOptions.thumbnailSize === null) {
|
||||
if (updatedOptions.thumbnailSize == null) {
|
||||
updatedOptions.thumbnailSize = {
|
||||
width: 150,
|
||||
height: 150
|
||||
|
Loading…
Reference in New Issue
Block a user