MVP #141

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

View File

@@ -69,6 +69,7 @@ class _ChooseGameViewState extends State<ChooseGameView> {
widget.games[index].$3,
context,
),
isHighlighted: selectedGameIndex == index,
onPressed: () async {
setState(() {
if (selectedGameIndex == index) {