Merge branch 'development' into feature/notes

This commit is contained in:
Anton Stubenbord
2024-01-06 19:22:53 +01:00
33 changed files with 117 additions and 77 deletions

View File

@@ -385,7 +385,7 @@ class _GoRouterShellState extends State<GoRouterShell> {
);
},
routerConfig: _router,
debugShowCheckedModeBanner: true,
debugShowCheckedModeBanner: false,
title: "Paperless Mobile",
theme: buildTheme(
brightness: Brightness.light,
@@ -397,7 +397,7 @@ class _GoRouterShellState extends State<GoRouterShell> {
dynamicScheme: darkDynamic,
preferredColorScheme: settings.preferredColorSchemeOption,
),
themeMode: settings.preferredThemeMode,
themeMode: settings.preferredThemeMode,
supportedLocales: const [
Locale('en'),
Locale('de'),