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