feat: change background image

This commit is contained in:
2026-03-24 17:31:49 +01:00
parent 1ffeea8b77
commit cb70973d3b
14 changed files with 500 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ late final GoRouter appRouter;
void configureAppRouter() {
appRouter = GoRouter(
navigatorKey: rootNavigatorKey,
initialLocation: AppRoutes.splash,
initialLocation: AppRoutes.controlPanel,
debugLogDiagnostics: true,
routes: [
GoRoute(