mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 10:13:48 +02:00
simplify
This commit is contained in:
@@ -572,7 +572,9 @@ export const usePhotonStore = defineStore('Photon', () => {
|
||||
hudTimeout.forEach((item) => {
|
||||
if (
|
||||
timeoutHudOverlayFilter.value === 'VIP' &&
|
||||
favoriteStore.cachedFavoritesByObjectId(item.userId)
|
||||
favoriteStore.getCachedFavoritesByObjectId(
|
||||
item.userId
|
||||
)
|
||||
) {
|
||||
filteredHudTimeout.push(item);
|
||||
} else if (
|
||||
|
||||
Reference in New Issue
Block a user