Skip to content

Commit

Permalink
fix(theme): update deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
ffainy committed May 5, 2023
1 parent a9499c0 commit 89d0b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/theme/blizzard/FrameXML/SettingsPanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ tinsert(C.BlizzThemes, function()
end

if element.CheckBox then
F.ReskinCheck(element.CheckBox)
F.ReskinCheckbox(element.CheckBox)
element.CheckBox.bg:SetInside(nil, 6, 6)

hooksecurefunc(element, 'DesaturateHierarchy', forceSaturation)
Expand Down

0 comments on commit 89d0b60

Please sign in to comment.