PR feedback: use CVAR_DEVELOPER_TOOLS in CVar builder.

This commit is contained in:
Malkierian 2025-04-09 15:16:37 -07:00
parent 0e71ed026d
commit f6dda35eaf

View file

@ -88,7 +88,7 @@ void SohMenu::AddMenuDevTools() {
}) })
.SameLine(true); .SameLine(true);
AddWidget(path, "Log Level", WIDGET_CVAR_COMBOBOX) AddWidget(path, "Log Level", WIDGET_CVAR_COMBOBOX)
.CVar("gDeveloperTools.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. This does not affect the log file output") "console. This does not affect the log file output")