Skip to content

Commit

Permalink
chore: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Nov 27, 2024
1 parent b96d8b0 commit d44c894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ String? getWindowsFont(AppTheme theme) {
final rg = locale.countryCode?.toLowerCase();

if (lc == 'ja') return "Yu Gothic";
if (lc == 'ko') return 'Malgun Gothic';
if (lc == 'ko') return "Malgun Gothic";
if (lc == 'zh' && cc == 'hant') return "Microsoft JhengHei";
if (lc == 'zh' && rg == 'tw') return "Microsoft JhengHei";
if (lc == 'zh' && rg == 'hk') return "Microsoft JhengHei";
Expand Down

0 comments on commit d44c894

Please sign in to comment.