Archived
2
0
This commit is contained in:
Miroslav Šedivý 2022-11-19 20:33:08 +01:00
parent 1666693c25
commit e25e9c2b24

View File

@ -95,7 +95,9 @@
})
export default class extends Vue {
get filetransferAllowed() {
return this.$accessor.remote.fileTransfer && (this.$accessor.user.admin || !this.$accessor.isLocked('file_transfer'))
return (
this.$accessor.remote.fileTransfer && (this.$accessor.user.admin || !this.$accessor.isLocked('file_transfer'))
)
}
get tab() {