reenable thumbs from videos (#7409)

This commit is contained in:
jessopb 2022-01-07 15:00:12 -05:00 committed by GitHub
parent 22a302f528
commit 85899e7e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ function SelectThumbnail(props: Props) {
}) })
} }
/> />
{status === THUMBNAIL_STATUSES.READY && isSupportedVideo && IS_WEB && ( {status === THUMBNAIL_STATUSES.READY && isSupportedVideo && (
// Disabled on desktop until this is resolved // Disabled on desktop until this is resolved
// https://github.com/electron/electron/issues/20750#issuecomment-709505902 // https://github.com/electron/electron/issues/20750#issuecomment-709505902
<Button <Button