From 85899e7e388fded546dbeb79f3a39652da6c25fe Mon Sep 17 00:00:00 2001 From: jessopb <36554050+jessopb@users.noreply.github.com> Date: Fri, 7 Jan 2022 15:00:12 -0500 Subject: [PATCH] reenable thumbs from videos (#7409) --- ui/component/selectThumbnail/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/selectThumbnail/view.jsx b/ui/component/selectThumbnail/view.jsx index c8090583b..07cf92c0a 100644 --- a/ui/component/selectThumbnail/view.jsx +++ b/ui/component/selectThumbnail/view.jsx @@ -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 // https://github.com/electron/electron/issues/20750#issuecomment-709505902