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