fix: theme mode

This commit is contained in:
bggRGjQaUbCoE
2024-09-01 19:02:18 +08:00
parent d117119890
commit 85d049d1ff
2 changed files with 15 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ class MyApp extends StatelessWidget {
refreshBackgroundColor: darkColorScheme.onSecondary,
),
),
themeMode: GStorage.themeMode,
localizationsDelegates: const [
GlobalCupertinoLocalizations.delegate,
GlobalMaterialLocalizations.delegate,