mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
Merge pull request #182 from KiranNiranjan/ELECTRON-125
Electron-125 (Electron Screen Share)
This commit is contained in:
commit
caa4e24032
@ -45,7 +45,7 @@ function getSources(options, callback) {
|
|||||||
captureScreen = includes.call(options.types, 'screen');
|
captureScreen = includes.call(options.types, 'screen');
|
||||||
|
|
||||||
let updatedOptions = options;
|
let updatedOptions = options;
|
||||||
if (updatedOptions.thumbnailSize === null) {
|
if (!updatedOptions.thumbnailSize) {
|
||||||
updatedOptions.thumbnailSize = {
|
updatedOptions.thumbnailSize = {
|
||||||
width: 150,
|
width: 150,
|
||||||
height: 150
|
height: 150
|
||||||
|
Loading…
Reference in New Issue
Block a user