This commit is contained in:
John Lewin 2018-06-12 21:16:26 -07:00
parent 3b633140b4
commit 910705d35b
2 changed files with 2 additions and 14 deletions

View file

@ -108,7 +108,7 @@ namespace MatterHackers.MatterControl
long fileSize = 0;
if (item is ILibraryAssetStream contentModel
// Only load the stream if it's available - prevents download of internet content simply for thumbnails
// Only load the stream if it's available - prevents download of Internet content simply for thumbnails
&& contentModel.LocalContentExists
&& contentModel.FileSize < MaxFileSizeForThumbnail)
{