From 9e4822aa2eb8788fa914f6832a5fabbdfa0ee6f3 Mon Sep 17 00:00:00 2001 From: Malkierian Date: Thu, 1 May 2025 19:41:50 -0700 Subject: [PATCH] Slight change to try to force a PR update. --- soh/soh/SohGui/SohMenuDevTools.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/SohGui/SohMenuDevTools.cpp b/soh/soh/SohGui/SohMenuDevTools.cpp index 832a05268..406f55681 100644 --- a/soh/soh/SohGui/SohMenuDevTools.cpp +++ b/soh/soh/SohGui/SohMenuDevTools.cpp @@ -90,8 +90,8 @@ void SohMenu::AddMenuDevTools() { AddWidget(path, "Log Level", WIDGET_CVAR_COMBOBOX) .CVar(CVAR_DEVELOPER_TOOLS("LogLevel")) .Options(ComboboxOptions() - .Tooltip("The log level determines which messages are printed to the " - "console. This does not affect the log file output") + .Tooltip("The log level determines which messages are printed to the console." + " This does not affect the log file output") .ComboMap(logLevels)) .Callback([](WidgetInfo& info) { Ship::Context::GetInstance()->GetLogger()->set_level(