mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 19:44:46 +00:00
:-))))
This commit is contained in:
parent
bf8ebc1c95
commit
337b5413c6
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void PKGViewer::ProcessPKGInfo() {
|
|||
if (package.isFlagSet(pkg_content_flag, flag.first)) {
|
||||
if (!flagss.isEmpty())
|
||||
flagss += (", ");
|
||||
flagss += (flag.second);
|
||||
flagss += QString::fromStdString(flag.second);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue