Skip to content

Commit

Permalink
Update LFG Skin due to new changes in 10.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Apr 12, 2024
1 parent 37dd5d3 commit 0a49e47
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ElvUI/Mainline/Modules/Skins/LFG.lua
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function S:LookingForGroupFrames()
end
end)

for i = 1, 3 do
for i = 1, 4 do
local bu = _G.GroupFinderFrame['groupButton'..i]
bu.ring:Kill()
bu.bg:Kill()
Expand All @@ -285,6 +285,13 @@ function S:LookingForGroupFrames()
_G.PVEFrameTab2:Point('TOPLEFT', _G.PVEFrameTab1, 'TOPRIGHT', -5, 0)
_G.PVEFrameTab3:Point('TOPLEFT', _G.PVEFrameTab2, 'TOPRIGHT', -5, 0)

-- Szenario Tab [[New in 10.2.7]]
_G.ScenarioQueueFrameBackground:SetAlpha(0)
_G.ScenarioFinderFrameInset:StripTextures()
S:HandleDropDownBox(_G.ScenarioQueueFrameTypeDropDown)
S:HandleTrimScrollBar(_G.ScenarioQueueFrameRandomScrollFrame.ScrollBar) -- Halp
S:HandleButton(_G.ScenarioQueueFrameFindGroupButton)

-- Raid finder
S:HandleButton(_G.LFDQueueFrameFindGroupButton)
S:HandleTrimScrollBar(_G.LFDQueueFrameRandomScrollFrame.ScrollBar)
Expand Down

0 comments on commit 0a49e47

Please sign in to comment.