From 3fb620eee0979d88933e5f0ec8a112169be6cba9 Mon Sep 17 00:00:00 2001 From: Riley Hawksworth Date: Sun, 31 Mar 2024 00:04:08 +0000 Subject: [PATCH] This time coding style should be fixed. --- src/lime_qt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lime_qt/main.cpp b/src/lime_qt/main.cpp index b14adfe47..4cdfad97f 100644 --- a/src/lime_qt/main.cpp +++ b/src/lime_qt/main.cpp @@ -3063,7 +3063,7 @@ void GMainWindow::UpdateWindowTitle() { } else { setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title_long)); 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( QStringLiteral("Lime %1 | %2 | %3") .arg(full_name, game_title_long, tr("Secondary Window")));