Qt: Port over some custom icon from PCSX2

This commit is contained in:
kamfretoz
2023-10-15 16:05:26 +07:00
parent ad04f79e57
commit 3468afc5ec
36 changed files with 562 additions and 109 deletions

View File

@ -861,7 +861,7 @@ QIcon GetIconForEntryType(GameList::EntryType type)
switch (type)
{
case GameList::EntryType::Disc:
return QIcon::fromTheme(QStringLiteral("dvd-line"));
return QIcon::fromTheme(QStringLiteral("disc-line"));
case GameList::EntryType::Playlist:
return QIcon::fromTheme(QStringLiteral("play-list-2-line"));
case GameList::EntryType::PSF: