Qt: More icon overhaul and cleanup

This commit is contained in:
kamfretoz
2023-10-15 23:27:07 +07:00
parent ef377fbd12
commit 22e9f008f6
306 changed files with 1137 additions and 1078 deletions

View File

@ -868,7 +868,7 @@ QIcon GetIconForEntryType(GameList::EntryType type)
return QIcon::fromTheme(QStringLiteral("file-music-line"));
case GameList::EntryType::PSExe:
default:
return QIcon::fromTheme(QStringLiteral("settings-5-line"));
return QIcon::fromTheme(QStringLiteral("settings-3-line"));
}
}