Lokalisierung implementieren #112

Merged
sneeex merged 41 commits from feature/100-lokalisierung-hinzufügen into development 2026-01-07 11:30:11 +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) {