This commit is contained in:
2025-10-22 23:30:31 +02:00
parent d8e3b88b3e
commit 8e351b75d1

View File

@@ -79,7 +79,7 @@ class _MyAppState extends State<MyApp> {
themeMode: ThemeMode.light, // Force light mode regardless of OS setting
debugShowCheckedModeBanner: false,
routerConfig: GoRouter(
initialLocation: '/receipt',
initialLocation: '/',
routes: [
ShellRoute(
builder: (context, state, child) {