mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-16 00:29:09 +00:00
Better title bar for Cheats/Patches menu (#1696)
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user