Skip to content

Commit d44c894

Browse files
committed
chore: Code cleanup
1 parent b96d8b0 commit d44c894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ String? getWindowsFont(AppTheme theme) {
259259
final rg = locale.countryCode?.toLowerCase();
260260

261261
if (lc == 'ja') return "Yu Gothic";
262-
if (lc == 'ko') return 'Malgun Gothic';
262+
if (lc == 'ko') return "Malgun Gothic";
263263
if (lc == 'zh' && cc == 'hant') return "Microsoft JhengHei";
264264
if (lc == 'zh' && rg == 'tw') return "Microsoft JhengHei";
265265
if (lc == 'zh' && rg == 'hk') return "Microsoft JhengHei";

0 commit comments

Comments
 (0)