download icon on video page

closes #90
This commit is contained in:
Pierre Dubouilh
2023-07-08 15:25:11 +02:00
committed by Pierre Dubouilh
parent c0ff5adaf9
commit 7b899af6a8
3 changed files with 23 additions and 1 deletions
+4
View File
@@ -599,6 +599,10 @@ function videosOff () {
return true
}
window.videodl = function() {
dl(getASelected())
}
// help
const isHelpMode = () => help.style.display === 'block'