mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update code
This commit is contained in:
@@ -247,8 +247,8 @@ class _MainApp extends State<MainApp> {
|
||||
_log.warning("Failed to read lang from prefs:", e);
|
||||
}
|
||||
if (isWindows) {
|
||||
_themeData = _themeData.useSystemChineseFont();
|
||||
_darkThemeData = _darkThemeData.useSystemChineseFont();
|
||||
_themeData = _themeData.useSystemChineseFont(Brightness.light);
|
||||
_darkThemeData = _darkThemeData.useSystemChineseFont(Brightness.dark);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user