fix: some problems are fixed

This commit is contained in:
2026-07-05 18:40:53 +03:30
parent 5017e9a613
commit e94f03c499
16 changed files with 384 additions and 152 deletions
@@ -297,7 +297,8 @@ class _PlayerSeat extends StatelessWidget {
color: Colors.white70,
size: diameter * 0.5,
)
: RandomAvatar(player.name.isEmpty ? '?' : player.name),
: RandomAvatar(
player.avatarSeed.isEmpty ? '?' : player.avatarSeed),
),
),
),