mirror of https://github.com/PCSX2/pcsx2.git
Qt: Change game list disc icon to its svg counterpart
This commit is contained in:
parent
c6d1c8063b
commit
fa98092038
|
@ -558,11 +558,11 @@ QIcon GameListModel::getIconForType(GameList::EntryType type)
|
|||
{
|
||||
case GameList::EntryType::PS2Disc:
|
||||
case GameList::EntryType::PS1Disc:
|
||||
return QIcon(QStringLiteral(":/icons/media-optical-24.png"));
|
||||
return QIcon::fromTheme("disc-2-line");
|
||||
|
||||
case GameList::EntryType::ELF:
|
||||
default:
|
||||
return QIcon(QStringLiteral(":/icons/applications-system-24.png"));
|
||||
return QIcon::fromTheme("file-settings-line");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue