mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
got clang-format'd 💀
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 158a7bbc34)
This commit is contained in:
parent
8cfeb30c56
commit
11e2c77eff
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue