mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
Small changes
This commit is contained in:
+8
-3
@@ -7093,8 +7093,9 @@ speechSynthesis.getVoices();
|
||||
$app.feedDownloadWorldCache(ref.id, props.location[0]);
|
||||
}
|
||||
if (
|
||||
props.currentAvatarImageUrl ||
|
||||
props.currentAvatarThumbnailImageUrl
|
||||
(props.currentAvatarImageUrl ||
|
||||
props.currentAvatarThumbnailImageUrl) &&
|
||||
!ref.profilePicOverride
|
||||
) {
|
||||
var currentAvatarImageUrl = '';
|
||||
var previousCurrentAvatarImageUrl = '';
|
||||
@@ -7778,7 +7779,10 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
var videoName = text2.slice(0, -1);
|
||||
var userId = '';
|
||||
if (displayName && displayName !== 'Random') {
|
||||
if (displayName === 'Random') {
|
||||
displayName = '';
|
||||
}
|
||||
if (displayName) {
|
||||
for (var ref of API.cachedUsers.values()) {
|
||||
if (ref.displayName === displayName) {
|
||||
userId = ref.id;
|
||||
@@ -10424,6 +10428,7 @@ speechSynthesis.getVoices();
|
||||
D.userIcon = '';
|
||||
D.id = userId;
|
||||
D.treeData = [];
|
||||
D.memo = '';
|
||||
this.getMemo(userId).then((memo) => {
|
||||
D.memo = memo;
|
||||
var ref = this.friends.get(userId);
|
||||
|
||||
Reference in New Issue
Block a user