Skip to content

Commit

Permalink
Don't use our skinning function on the CurrencyTransferLogToggleButto…
Browse files Browse the repository at this point in the history
…n it taints. Keep the code commented out as reminder
  • Loading branch information
Merathilis committed Oct 28, 2024
1 parent 3d1fb3a commit 0a1dd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Mainline/Modules/Skins/Character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ function S:Blizzard_UIPanels_Game()
_G.TokenFramePopup:Point('TOPLEFT', _G.TokenFrame, 'TOPRIGHT', 3, -28)

S:HandleDropDownBox(_G.TokenFrame.filterDropdown)
S:HandleButton(_G.TokenFrame.CurrencyTransferLogToggleButton)
--S:HandleButton(_G.TokenFrame.CurrencyTransferLogToggleButton) -- No no no, this taints

_G.TokenFrame.CurrencyTransferLogToggleButton.NormalTexture:SetTexture(E.Media.Textures.Copy)
_G.TokenFrame.CurrencyTransferLogToggleButton.PushedTexture:SetTexture(E.Media.Textures.Copy)
Expand Down

0 comments on commit 0a1dd94

Please sign in to comment.