Skip to content

Commit

Permalink
chat: allow users to set chat backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Oct 3, 2023
1 parent b5905aa commit 42f0bff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,6 @@ pfUI:RegisterModule("chat", "vanilla:tbc", function ()
frame.pfCombatLog = nil
end

for _, tex in pairs(CHAT_FRAME_TEXTURES) do
_G["ChatFrame"..i..tex]:SetTexture()
_G["ChatFrame"..i..tex]:Hide()
end

if not frame.pfStartMoving then
frame.pfStartMoving = frame.StartMoving
frame.StartMoving = function(a1)
Expand Down

0 comments on commit 42f0bff

Please sign in to comment.