Skip to content

Commit

Permalink
Fixed the missing Masque background issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed May 16, 2015
1 parent 022fe0a commit 5577680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/buttonThemer.lua
Expand Up @@ -22,7 +22,7 @@ function ButtonThemer:OnInitialize()

group:AddButton(button, ...)

if group.Disable then
if group.db.disabled then
self:ApplyDefaultTheme(button)
end
end
Expand Down

0 comments on commit 5577680

Please sign in to comment.