Re-enable "file download" in Odysee
## Issue Closes 6167 Make downloading more intuitive / obvious in web mode
This commit is contained in:
parent
fae90c4ba1
commit
bd8172693c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// @flow
|
// @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 PAGES from 'constants/pages';
|
||||||
import * as MODALS from 'constants/modal_types';
|
import * as MODALS from 'constants/modal_types';
|
||||||
import * as ICONS from 'constants/icons';
|
import * as ICONS from 'constants/icons';
|
||||||
|
@ -109,7 +109,7 @@ function FileActions(props: Props) {
|
||||||
|
|
||||||
const rhsSection = (
|
const rhsSection = (
|
||||||
<>
|
<>
|
||||||
{!SIMPLE_SITE && <FileDownloadLink uri={uri} />}
|
<FileDownloadLink uri={uri} />
|
||||||
|
|
||||||
{claimIsMine && (
|
{claimIsMine && (
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Add table
Reference in a new issue