Revert use of embedded icons (#2509)

Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
This commit is contained in:
rainmakerv2 2025-02-23 23:00:26 +08:00 committed by GitHub
parent 10486db091
commit e1e697a3ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 61 deletions

View file

@ -31,18 +31,4 @@ private:
QStringList headers;
QString gameTrpPath_;
TRP trp;
std::string GetTrpType(const QChar trp_) {
switch (trp_.toLatin1()) {
case 'B':
return "bronze.png";
case 'S':
return "silver.png";
case 'G':
return "gold.png";
case 'P':
return "platinum.png";
}
return "Unknown";
}
};