mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
Fix friend sidebar styling
This commit is contained in:
@@ -23276,7 +23276,8 @@ console.log(`isLinux: ${LINUX}`);
|
||||
$app.computed.friendsInSameInstance = function () {
|
||||
const friendsList = {};
|
||||
|
||||
this.friends.forEach((friend) => {
|
||||
const allFriends = [...this.vipFriends, ...this.onlineFriends];
|
||||
allFriends.forEach((friend) => {
|
||||
if (!friend.ref?.$location.isRealInstance) return;
|
||||
|
||||
const key = friend.ref.$location.tag;
|
||||
|
||||
Reference in New Issue
Block a user