mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Toggle avatar cloning
This commit is contained in:
@@ -1484,11 +1484,18 @@ html
|
||||
.detail
|
||||
span.name Date Joined
|
||||
span.extra(v-text="userDialog.ref.date_joined")
|
||||
.x-friend-item(style="cursor:default")
|
||||
.detail
|
||||
span.name Avatar Copying
|
||||
span.extra(v-if="userDialog.ref.allowAvatarCopying" style="color:#67C23A") Allow
|
||||
span.extra(v-else style="color:#F56C6C") Deny
|
||||
template(v-if="API.currentUser.id === userDialog.id")
|
||||
.x-friend-item(@click="toggleAvatarCopying")
|
||||
.detail
|
||||
span.name Avatar Cloning
|
||||
span.extra(v-if="userDialog.ref.allowAvatarCopying" style="color:#67C23A") Allow
|
||||
span.extra(v-else style="color:#F56C6C") Deny
|
||||
template(v-else)
|
||||
.x-friend-item(style="cursor:default")
|
||||
.detail
|
||||
span.name Avatar Cloning
|
||||
span.extra(v-if="userDialog.ref.allowAvatarCopying" style="color:#67C23A") Allow
|
||||
span.extra(v-else style="color:#F56C6C") Deny
|
||||
.x-friend-item(v-if="userDialog.ref.id === API.currentUser.id && API.currentUser.homeLocation" @click="showWorldDialog(API.currentUser.homeLocation)" style="width:100%")
|
||||
.detail
|
||||
span.name Home Location
|
||||
|
||||
Reference in New Issue
Block a user