Skip to content

Commit

Permalink
Compat + Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Aug 16, 2024
1 parent ca9a361 commit 874f3d0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Tukui/Modules/ChatFrames/ChatFrames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -672,12 +672,21 @@ function Chat:Setup()
RightBG.Backdrop:SetBackdropColor(BGR, BGG, BGB, C.Chat.BackgroundAlpha / 100)

ChatConfigFrameDefaultButton:Kill()
ChatFrameMenuButton:Kill()

if T.Retail then
QuickJoinToastButton:Kill()
end

-- TODO: You should probably double-check this
if T.Retail then
ChatFrameMenuButton:ClearAllPoints()
ChatFrameMenuButton:SetPoint("BOTTOMLEFT", LeftBG, "TOPLEFT", -1, 16)
else
ChatFrameMenuButton:Kill()
ChatMenu:ClearAllPoints()
ChatMenu:SetPoint("BOTTOMLEFT", LeftBG, "TOPLEFT", -1, 16)
end

ChatFrameMenuButton:ClearAllPoints()
ChatFrameMenuButton:SetPoint("BOTTOMLEFT", LeftBG, "TOPLEFT", -1, 16)

Expand Down

0 comments on commit 874f3d0

Please sign in to comment.