This commit is contained in:
Lilian Jónsdóttir 2020-10-04 01:36:13 -07:00
parent 732de97d7d
commit 862cf25bc8

View file

@ -24,7 +24,7 @@ local category = page:createCategory(common.modName)
category:createDropdown({ category:createDropdown({
label = "Debug log level", label = "Debug log level",
description = "Enable this if you want to flood mwse.log with nonsense. Even small is huge." .. description = "Enable this if you want to flood mwse.log with nonsense. Even small is huge." ..
"Large in Sadrth Mora: Seat of Power spits out 2k lines each update. Don't pick that option.", "Large in Sadrith Mora: Seat of Power spits out 2k lines each update. Don't pick that option.",
options = { options = {
{label = "None", value = common.logLevels.none}, {label = "None", value = common.logLevels.none},
{label = "Small", value = common.logLevels.small}, {label = "Small", value = common.logLevels.small},