fix filename of china flag. (#2071)

* fix filename of china flag.

* update china flag filename in Font.
This commit is contained in:
chenhuitao
2026-03-05 20:42:52 +08:00
committed by GitHub
parent 055a83d631
commit 25ce1a7684
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1158,7 +1158,7 @@ void Font::OnThemeChanged()
{ 0xF300, ":/flags/au.png" },
{ 0xF301, ":/flags/br.png" },
{ 0xF302, ":/flags/ca.png" },
{ 0xF303, ":/flags/ch.png" },
{ 0xF303, ":/flags/cn.png" },
{ 0xF304, ":/flags/de.png" },
{ 0xF305, ":/flags/es.png" },
{ 0xF306, ":/flags/eu.png" },

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB