reenable thumbs from videos (#7409)
This commit is contained in:
parent
22a302f528
commit
85899e7e38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue