Skip to content

Commit

Permalink
Fix options menu error when Recoloring feature is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Feb 19, 2023
1 parent b0a302c commit b17a7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/OptionsTables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ function Addon:MakeExtraOptions(categoryName, chatCmd, arg1, ...)

local disabled = not self:GetOption("allow", "recolor")
GUI:CreateToggle(opts, {"doRecolor", stat}, self.L["Show Class Color"], nil, disabled).width = 1
CreateReset(opts, {"doRecolor", stat}, disabled)
CreateReset(opts, {"doRecolor", stat})
end

do
Expand Down

0 comments on commit b17a7f5

Please sign in to comment.