mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Load avatars/worlds on tab click 1
This commit is contained in:
@@ -10884,6 +10884,7 @@ speechSynthesis.getVoices();
|
|||||||
if (obj.label === 'Avatars') {
|
if (obj.label === 'Avatars') {
|
||||||
this.setUserDialogAvatars(userId);
|
this.setUserDialogAvatars(userId);
|
||||||
if (this.userDialogLastAvatar !== userId) {
|
if (this.userDialogLastAvatar !== userId) {
|
||||||
|
this.userDialogLastAvatar = userId;
|
||||||
if ((userId === API.currentUser.id) && (this.userDialog.avatars.length === 0)) {
|
if ((userId === API.currentUser.id) && (this.userDialog.avatars.length === 0)) {
|
||||||
this.refreshUserDialogAvatars();
|
this.refreshUserDialogAvatars();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user