Re-enable "file download" in Odysee

## Issue
Closes 6167 Make downloading more intuitive / obvious in web mode
This commit is contained in:
infinite-persistence 2021-06-05 03:44:42 +08:00 committed by infinite-persistence
parent fae90c4ba1
commit bd8172693c

View file

@ -1,5 +1,5 @@
// @flow
import { SIMPLE_SITE, SITE_NAME, ENABLE_FILE_REACTIONS } from 'config';
import { SITE_NAME, ENABLE_FILE_REACTIONS } from 'config';
import * as PAGES from 'constants/pages';
import * as MODALS from 'constants/modal_types';
import * as ICONS from 'constants/icons';
@ -109,7 +109,7 @@ function FileActions(props: Props) {
const rhsSection = (
<>
{!SIMPLE_SITE && <FileDownloadLink uri={uri} />}
<FileDownloadLink uri={uri} />
{claimIsMine && (
<Button