mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Remove user dialog avatar sorting
This commit is contained in:
@@ -10251,6 +10251,9 @@ speechSynthesis.getVoices();
|
||||
if (!this.searchAvatarFilterRemote) {
|
||||
this.searchAvatarFilterRemote = 'all';
|
||||
}
|
||||
if (this.searchAvatarFilterRemote !== 'local') {
|
||||
this.searchAvatarSort = 'name';
|
||||
}
|
||||
var avatars = new Map();
|
||||
var query = this.searchText.toUpperCase();
|
||||
if (!query) {
|
||||
@@ -13462,6 +13465,8 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
});
|
||||
}
|
||||
this.userDialog.avatarSorting = 'name';
|
||||
this.userDialog.avatarReleaseStatus = 'all';
|
||||
}
|
||||
this.sortUserDialogAvatars(this.userDialog.avatars);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user