We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d398816 commit ea42254Copy full SHA for ea42254
1 file changed
src/Modules/ConfigOptions.lua
@@ -84,7 +84,7 @@ local function addQuestModsRewardsConfigOptions(configSettings)
84
end
85
})
86
elseif quest.Options then
87
- local listOptions = { { label = "Nothing", val = "None" } }
+ local listOptions = { { label = "^1Nothing^7", val = "None" } }
88
for _, option in ipairs(quest.Options) do
89
table.insert(listOptions, { label = option, val = option })
90
0 commit comments