Update:Go to web client buttons visible to all users #1079

This commit is contained in:
advplyr 2024-03-25 16:33:30 -05:00
parent 3c6d4b5f19
commit 9715d65d88
2 changed files with 7 additions and 8 deletions

View file

@ -135,13 +135,12 @@ export default {
})
if (this.serverConnectionConfig) {
if (this.userIsAdminOrUp) {
items.push({
icon: 'language',
text: this.$strings.ButtonGoToWebClient,
action: 'openWebClient'
})
}
items.push({
icon: 'login',
text: this.$strings.ButtonSwitchServerUser,

View file

@ -135,7 +135,7 @@ export default {
}
}
if (this.isConnectedToServer && this.userIsAdminOrUp) {
if (this.isConnectedToServer) {
items.push({
text: this.$strings.ButtonGoToWebClient,
value: 'openWebClient',