mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
switch to ageVerified
This commit is contained in:
@@ -550,6 +550,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
if (typeof ref === 'undefined') {
|
||||
ref = {
|
||||
ageVerificationStatus: '',
|
||||
ageVerified: false,
|
||||
allowAvatarCopying: false,
|
||||
badges: [],
|
||||
bio: '',
|
||||
|
||||
@@ -140,11 +140,11 @@ mixin userDialog
|
||||
size='mini'
|
||||
style='margin-right: 5px; margin-top: 5px') {{ userDialog.ref.last_platform }}
|
||||
el-tag.x-tag-age-verification(
|
||||
v-if='userDialog.ref.ageVerificationStatus && userDialog.ref.ageVerificationStatus !== "hidden"'
|
||||
v-if='userDialog.ref.ageVerified'
|
||||
type='info'
|
||||
effect='plain'
|
||||
size='mini'
|
||||
style='margin-right: 5px; margin-top: 5px') {{ userDialog.ref.ageVerificationStatus }}
|
||||
style='margin-right: 5px; margin-top: 5px') 18+
|
||||
el-tag.name(
|
||||
v-if='userDialog.ref.$customTag'
|
||||
type='info'
|
||||
|
||||
Reference in New Issue
Block a user