mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fix friendLog and notifications in wrist overlay
This commit is contained in:
10
src/app.js
10
src/app.js
@@ -15361,9 +15361,13 @@ console.log(`isLinux: ${LINUX}`);
|
||||
}
|
||||
i++;
|
||||
this.friendsListLoadingProgress = `${i}/${length}`;
|
||||
await API.getUser({
|
||||
userId
|
||||
});
|
||||
try {
|
||||
await API.getUser({
|
||||
userId
|
||||
});
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
}
|
||||
this.friendsListLoadingProgress = '';
|
||||
this.friendsListLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user