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