Merge branch 'develop' into feature/3-100-point-rules

# Conflicts:
#	pubspec.yaml
This commit is contained in:
Felix Kirchner
2025-04-30 00:11:40 +02:00
10 changed files with 111 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ class App extends StatelessWidget {
),
),
debugShowCheckedModeBanner: false,
title: 'CABO-Counter',
title: 'Cabo Counter',
home: const MainMenuView(),
);
}