mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-125 - Flipped the condition
This commit is contained in:
committed by
Kiran Niranjan
parent
0b003d1df9
commit
363017bdf9
@@ -45,7 +45,7 @@ function getSources(options, callback) {
|
||||
captureScreen = includes.call(options.types, 'screen');
|
||||
|
||||
let updatedOptions = options;
|
||||
if (updatedOptions.thumbnailSize !== null) {
|
||||
if (!updatedOptions.thumbnailSize) {
|
||||
updatedOptions.thumbnailSize = {
|
||||
width: 150,
|
||||
height: 150
|
||||
|
||||
Reference in New Issue
Block a user