Merge branch 'master' into electron-113

This commit is contained in:
Vishwas Shashidhar 2017-09-06 22:08:17 +05:30
commit a89862be06

View File

@ -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