Fix updating instance player count when reopening same user dialog

This commit is contained in:
Natsumi
2026-02-13 12:29:02 +13:00
committed by pa
parent 6b78bebae6
commit cd1aba59a1

View File

@@ -790,7 +790,7 @@ export const useUserStore = defineStore('User', () => {
D.id,
D.ref?.displayName || D.id
);
applyUserDialogLocation();
applyUserDialogLocation(true);
return;
}
D.id = userId;