mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 19:34:59 +00:00
Better title bar for Cheats/Patches menu (#1696)
This commit is contained in:
parent
71a82199ed
commit
4fb2247196
28 changed files with 70 additions and 70 deletions
|
@ -39,7 +39,7 @@ CheatsPatches::CheatsPatches(const QString& gameName, const QString& gameSerial,
|
|||
m_gameSize(gameSize), m_gameImage(gameImage), manager(new QNetworkAccessManager(this)) {
|
||||
setupUI();
|
||||
resize(500, 400);
|
||||
setWindowTitle(tr("Cheats / Patches"));
|
||||
setWindowTitle(tr("Cheats / Patches for ") + m_gameName);
|
||||
}
|
||||
|
||||
CheatsPatches::~CheatsPatches() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue