feat: iOS download groundwork

This commit is contained in:
benonymity
2022-07-06 10:09:17 -04:00
parent e07e7f70d6
commit 2ca9ce797d
6 changed files with 368 additions and 120 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ export default {
return this.ebookFile && this.ebookFormat !== 'pdf'
},
showDownload() {
if (this.isIos) return false
// if (this.isIos) return false
return this.user && this.userCanDownload && this.showPlay && !this.hasLocal
},
ebookFile() {