MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit f5842f9c4a - Show all commits

View File

@@ -120,7 +120,6 @@ class _GameResultViewState extends State<GameResultView> {
sizeRelativeToWidth: 0.95,
onPressed: _player != null
? () async {
print('Selected Winner: ${_player!.name}');
bool success = await db.gameDao.setWinner(
gameId: widget.game.id,
winnerId: _player!.id,