From 158a7bbc3459b15abbc907428e7f754cb0d0ce7d Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Thu, 29 Jan 2026 19:27:06 +0500 Subject: [PATCH] got clang-format'd :skull: Signed-off-by: Octol1ttle --- launcher/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 4380d70e7..364d78fac 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -686,7 +686,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv) QString resolvedDefaultMonospace = consoleFontInfo.family(); QFont resolvedFont(resolvedDefaultMonospace); qDebug().nospace() << "Detected default console font: " << resolvedDefaultMonospace - << ", substitutions: " << resolvedFont.substitutions().join(','); + << ", substitutions: " << resolvedFont.substitutions().join(','); m_settings->registerSetting("ConsoleFont", resolvedDefaultMonospace); m_settings->registerSetting("ConsoleFontSize", defaultSize);