Skip to content

Commit

Permalink
Fixed ChatFrame%sButtonFrameMinimizeButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius authored Jul 22, 2024
1 parent 5f60ab1 commit 696af4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Modules/Chat/ChatFrames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ local function SetChatStyle(frame)
if T.Cata then
_G[format("ChatFrame%sMinimizeButton", id)]:Kill()
else
_G[format("ChatFrame%sButtonFrameMinimizeButton", id)]:Kill()
-- _G[format("ChatFrame%sButtonFrameMinimizeButton", id)]:Kill() -- FIXME
end
_G[format("ChatFrame%sButtonFrame", id)]:Kill()

Expand Down Expand Up @@ -490,4 +490,4 @@ hooksecurefunc(ChatFrame1, "SetPoint", function(self, _, _, _, x)
self:SetPoint(C.position.chat[1], C.position.chat[2], C.position.chat[3], C.position.chat[4], C.position.chat[5])
end
end
end)
end)

0 comments on commit 696af4d

Please sign in to comment.