mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
Fix full screen image viewer colors, group description scrollbar
This commit is contained in:
@@ -1037,7 +1037,10 @@ export const useUserStore = defineStore('User', () => {
|
||||
userId: L.userId
|
||||
})
|
||||
.then((args) => {
|
||||
Object.assign(L.user, args.ref);
|
||||
if (args.ref.id === L.userId) {
|
||||
Object.assign(L.user, args.ref);
|
||||
D.$location = L;
|
||||
}
|
||||
});
|
||||
} else {
|
||||
L.user = ref;
|
||||
|
||||
Reference in New Issue
Block a user