This time coding style should be fixed.

This commit is contained in:
Riley Hawksworth 2024-03-31 00:04:08 +00:00 committed by OpenSauce
parent 5bc9211c90
commit 3fb620eee0

View File

@ -3063,7 +3063,7 @@ void GMainWindow::UpdateWindowTitle() {
} else { } else {
setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title_long)); setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title_long));
render_window->setWindowTitle(QStringLiteral("Lime %1 | %2 | %3") render_window->setWindowTitle(QStringLiteral("Lime %1 | %2 | %3")
.arg(full_name, game_title_long, tr("Primary Window"))); .arg(full_name, game_title_long, tr("Primary Window")));
secondary_window->setWindowTitle( secondary_window->setWindowTitle(
QStringLiteral("Lime %1 | %2 | %3") QStringLiteral("Lime %1 | %2 | %3")
.arg(full_name, game_title_long, tr("Secondary Window"))); .arg(full_name, game_title_long, tr("Secondary Window")));