mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Fix desktop/VR detection on VRC open beta
This commit is contained in:
@@ -28309,7 +28309,9 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
if (!avatarInFavorites) {
|
||||
removeFromArray(this.localAvatarFavoritesList, avatarId);
|
||||
database.removeAvatarFromCache(avatarId);
|
||||
if (!this.avatarHistory.has(avatarId)) {
|
||||
database.removeAvatarFromCache(avatarId);
|
||||
}
|
||||
}
|
||||
database.removeAvatarFromFavorites(avatarId, group);
|
||||
if (
|
||||
@@ -28544,7 +28546,9 @@ speechSynthesis.getVoices();
|
||||
|
||||
avatarIdRemoveList.forEach((id) => {
|
||||
removeFromArray(this.localAvatarFavoritesList, id);
|
||||
database.removeAvatarFromCache(id);
|
||||
if (!this.avatarHistory.has(id)) {
|
||||
database.removeAvatarFromCache(id);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user