Better title bar for Cheats/Patches menu (#1696)

This commit is contained in:
¥IGA 2024-12-08 09:20:24 +01:00 committed by GitHub
parent 71a82199ed
commit 4fb2247196
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 70 additions and 70 deletions

View file

@ -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() {}