Updated app and bundle names

This commit is contained in:
Felix Kirchner
2025-04-28 22:29:24 +02:00
parent 747abd91ed
commit ed388d9d98
4 changed files with 33 additions and 16 deletions

View File

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