Skip to content

Commit dec2280

Browse files
committed
perf: use zhFont replace identify
Signed-off-by: OctagonalStar <[email protected]>
1 parent bccc959 commit dec2280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vars/global.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class Global with ChangeNotifier {
315315
seedColor: _themeList[settingData["regular"]["theme"]],
316316
brightness: settingData["regular"]["darkMode"] ? Brightness.dark : Brightness.light,
317317
),
318-
fontFamily: settingData["regular"]["font"] == 2 ? "NotoSansSC" : null,
318+
fontFamily: zhFont,
319319
);
320320
}
321321

0 commit comments

Comments
 (0)