mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 06:07:54 -06:00
Fix: revert hardcoding theme
This commit is contained in:
@@ -396,7 +396,7 @@ class _GoRouterShellState extends State<GoRouterShell> {
|
||||
dynamicScheme: darkDynamic,
|
||||
preferredColorScheme: settings.preferredColorSchemeOption,
|
||||
),
|
||||
themeMode: ThemeMode.light,
|
||||
themeMode: settings.preferredThemeMode,
|
||||
supportedLocales: const [
|
||||
Locale('en'),
|
||||
Locale('de'),
|
||||
|
||||
Reference in New Issue
Block a user