Add download button to audio and video players (#12179)
* Add download button for audio player * Add download button for video player * fix padding for download button in Audio component
This commit is contained in:
parent
91945aa78a
commit
9b36f62df6
4 changed files with 24 additions and 0 deletions
|
@ -776,6 +776,10 @@
|
|||
{
|
||||
"defaultMessage": "Unmute sound",
|
||||
"id": "video.unmute"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Download file",
|
||||
"id": "video.download"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/audio/index.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue