Fix clang format error about code style again.

This commit is contained in:
Riley Hawksworth 2024-03-27 20:12:41 +00:00
parent 723e352df4
commit e8df98e8a1

View File

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