diff --git a/ui/component/selectThumbnail/view.jsx b/ui/component/selectThumbnail/view.jsx index 22ac78231..6ac117193 100644 --- a/ui/component/selectThumbnail/view.jsx +++ b/ui/component/selectThumbnail/view.jsx @@ -156,7 +156,9 @@ class SelectThumbnail extends React.PureComponent { label={__('Enter a thumbnail URL')} onClick={() => updatePublishForm({ uploadThumbnailStatus: THUMBNAIL_STATUSES.MANUAL })} /> - {isSupportedVideo && ( + {isSupportedVideo && IS_WEB && ( + // Disabled on desktop until this is resolved + // https://github.com/electron/electron/issues/20750#issuecomment-709505902