Slight change to try to force a PR update.

This commit is contained in:
Malkierian 2025-05-01 19:41:50 -07:00
commit 9e4822aa2e

View file

@ -90,8 +90,8 @@ void SohMenu::AddMenuDevTools() {
AddWidget(path, "Log Level", WIDGET_CVAR_COMBOBOX) AddWidget(path, "Log Level", WIDGET_CVAR_COMBOBOX)
.CVar(CVAR_DEVELOPER_TOOLS("LogLevel")) .CVar(CVAR_DEVELOPER_TOOLS("LogLevel"))
.Options(ComboboxOptions() .Options(ComboboxOptions()
.Tooltip("The log level determines which messages are printed to the " .Tooltip("The log level determines which messages are printed to the console."
"console. This does not affect the log file output") " This does not affect the log file output")
.ComboMap(logLevels)) .ComboMap(logLevels))
.Callback([](WidgetInfo& info) { .Callback([](WidgetInfo& info) {
Ship::Context::GetInstance()->GetLogger()->set_level( Ship::Context::GetInstance()->GetLogger()->set_level(