Skip to content

Commit

Permalink
thirdparty-vanilla: improve UnitXP SP3 skin
Browse files Browse the repository at this point in the history
  • Loading branch information
shikulja authored Nov 9, 2024
1 parent bd49a20 commit cef2295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/thirdparty-vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,10 @@ pfUI:RegisterModule("thirdparty-vanilla", "vanilla", function()
-- skin UnitXP SP3 window and elements
StripTextures(xpsp3Frame)
CreateBackdrop(xpsp3Frame)
CreateBackdropShadow(xpsp3Frame)
StripTextures(xpsp3tooltip)
CreateBackdrop(xpsp3tooltip)
CreateBackdropShadow(xpsp3tooltip)
SkinCheckbox(xpsp3_checkButton_modernNameplate)
SkinCheckbox(xpsp3_checkButton_notify_flashTaskbarIcon)
SkinCheckbox(xpsp3_checkButton_notify_playSystemDefaultSound)
Expand Down

0 comments on commit cef2295

Please sign in to comment.