Skip to content

Commit

Permalink
fix close button + queue status
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 15, 2024
1 parent 2c1d272 commit 957043e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ElvUI/Classic/Modules/Skins/LFG.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,11 @@ function S:Blizzard_GroupFinder_VanillaStyle()

for _, child in next, { _G.LFGParentFrame:GetChildren() } do
if child:IsObjectType('Button') and not child.IsSkinned then
child.IsSkinned = true
S:HandleCloseButton(child)

child:ClearAllPoints()
child:Point('TOPRIGHT', -26, -6)

S:HandleCloseButton(child)
child.IsSkinned = true
end
end

Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/Misc/QueueStatus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function M:HandleQueueStatus(creation)
end

function M:GetQueueStatusButton()
return _G.QueueStatusButton or _G.MiniMapLFGFrame
return _G.QueueStatusButton or _G.MiniMapLFGFrame or _G.LFGMinimapFrameIcon
end

function M:LoadQueueStatus()
Expand Down

0 comments on commit 957043e

Please sign in to comment.