mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fix updating instance player count when reopening same user dialog
This commit is contained in:
+1
-1
@@ -790,7 +790,7 @@ export const useUserStore = defineStore('User', () => {
|
|||||||
D.id,
|
D.id,
|
||||||
D.ref?.displayName || D.id
|
D.ref?.displayName || D.id
|
||||||
);
|
);
|
||||||
applyUserDialogLocation();
|
applyUserDialogLocation(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
D.id = userId;
|
D.id = userId;
|
||||||
|
|||||||
Reference in New Issue
Block a user