Updated app icons

This commit is contained in:
2025-06-09 22:24:26 +02:00
parent 4a0ded484e
commit aea698e02c
21 changed files with 30 additions and 33 deletions

View File

@@ -186,7 +186,7 @@ class _MainMenuViewState extends State<MainMenuView> {
/// Shows a confirmation dialog to delete all game sessions.
/// Returns true if the user confirms the deletion, false otherwise.
///
/// [gameTitle] is the title of the game session to be deleted.
Future<bool> _showDeleteGamePopup(String gameTitle) async {
bool? shouldDelete = await showCupertinoDialog<bool>(
context: context,