mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
show name color in user search
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
<img v-lazy="user.currentAvatarThumbnailImageUrl">
|
||||
</div>
|
||||
<div class="detail">
|
||||
<span v-text="user.displayName" class="name"></span>
|
||||
<span v-text="user.displayName" class="name" :class="user.$trustClass"></span>
|
||||
<span v-text="user.username" class="extra" style="font-family:monospace"></span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user