mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-27 15:39:03 +02:00
Fix:Hide download button if user does not have download permission #189
This commit is contained in:
parent
cb6cb5f637
commit
236fd09c94
4 changed files with 14 additions and 8 deletions
|
@ -74,9 +74,6 @@ export default {
|
|||
username() {
|
||||
return this.user ? this.user.username : ''
|
||||
},
|
||||
socketConnected() {
|
||||
return this.$store.state.socketConnected
|
||||
},
|
||||
navItems() {
|
||||
var items = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue