mirror of https://github.com/PCSX2/pcsx2.git
Qt: Add icon for Cn BIOS.
This commit is contained in:
parent
f009d6f9e7
commit
65db50df5d
|
@ -124,9 +124,12 @@ void BIOSSettingsWidget::listRefreshed(const QVector<BIOSInfo>& items)
|
||||||
item->setIcon(0, QIcon(QStringLiteral(":/icons/flag-eu.png")));
|
item->setIcon(0, QIcon(QStringLiteral(":/icons/flag-eu.png")));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 7: // China
|
||||||
|
item->setIcon(0, QIcon(QStringLiteral(":/icons/flag-cn.png")));
|
||||||
|
break;
|
||||||
|
|
||||||
case 5: // HK
|
case 5: // HK
|
||||||
case 6: // Free
|
case 6: // Free
|
||||||
case 7: // China
|
|
||||||
case 0: // T10K
|
case 0: // T10K
|
||||||
case 1: // Test
|
case 1: // Test
|
||||||
default:
|
default:
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 244 B |
|
@ -203,6 +203,7 @@
|
||||||
<file>icons/black/64/window-2-line.png</file>
|
<file>icons/black/64/window-2-line.png</file>
|
||||||
<file>icons/black/index.theme</file>
|
<file>icons/black/index.theme</file>
|
||||||
<file>icons/discord.png</file>
|
<file>icons/discord.png</file>
|
||||||
|
<file>icons/flag-cn.png</file>
|
||||||
<file>icons/flag-eu.png</file>
|
<file>icons/flag-eu.png</file>
|
||||||
<file>icons/flag-eu.svg</file>
|
<file>icons/flag-eu.svg</file>
|
||||||
<file>icons/flag-eu@2x.png</file>
|
<file>icons/flag-eu@2x.png</file>
|
||||||
|
|
Loading…
Reference in New Issue