Remove download button form item landing page

This commit is contained in:
advplyr 2022-04-22 04:53:09 -05:00
parent 2276228531
commit 554e9ec238
2 changed files with 0 additions and 11 deletions

View file

@ -458,10 +458,6 @@ export default {
// More menu func
this.store.commit('showEditModalOnTab', { libraryItem: this.libraryItem, tab: 'match' })
},
showEditModalDownload() {
// More menu func
this.store.commit('showEditModalOnTab', { libraryItem: this.libraryItem, tab: 'download' })
},
openCollections() {
this.store.commit('setSelectedLibraryItem', this.libraryItem)
this.store.commit('globals/setShowUserCollectionsModal', true)