mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Slight change to try to force a PR update.
This commit is contained in:
parent
f6dda35eaf
commit
9e4822aa2e
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue