[client] Fix Advanced Settings not opening on Windows with Japanese locale (#4455) (#4637)

The Fyne framework does not support TTC font files.
Use the default system font (Segoe UI) instead, so Windows can
automatically fall back to a Japanese font when needed.
This commit is contained in:
Haruki Hasegawa
2025-12-30 18:36:12 +09:00
committed by GitHub
parent ef2721f4e1
commit 4035f07248

View File

@@ -31,7 +31,6 @@ func (s *serviceClient) getWindowsFontFilePath() string {
"chr-CHER-US": "Gadugi.ttf",
"zh-HK": "Segoeui.ttf",
"zh-TW": "Segoeui.ttf",
"ja-JP": "Yugothm.ttc",
"km-KH": "Leelawui.ttf",
"ko-KR": "Malgun.ttf",
"th-TH": "Leelawui.ttf",