mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-24 12:45:18 +02:00
Update:Go to web client buttons visible to all users #1079
This commit is contained in:
parent
3c6d4b5f19
commit
9715d65d88
2 changed files with 7 additions and 8 deletions
|
@ -135,7 +135,7 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
if (this.isConnectedToServer && this.userIsAdminOrUp) {
|
||||
if (this.isConnectedToServer) {
|
||||
items.push({
|
||||
text: this.$strings.ButtonGoToWebClient,
|
||||
value: 'openWebClient',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue