diff --git a/ShestakUI/Modules/Chat/ChatFrames.lua b/ShestakUI/Modules/Chat/ChatFrames.lua index 0dfd00fad..4a68dfdfe 100644 --- a/ShestakUI/Modules/Chat/ChatFrames.lua +++ b/ShestakUI/Modules/Chat/ChatFrames.lua @@ -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() @@ -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) \ No newline at end of file +end)