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