mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 16:18:42 +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 (package.isFlagSet(pkg_content_flag, flag.first)) {
|
||||||
if (!flagss.isEmpty())
|
if (!flagss.isEmpty())
|
||||||
flagss += (", ");
|
flagss += (", ");
|
||||||
flagss += (flag.second);
|
flagss += QString::fromStdString(flag.second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue