Skip to content

Commit

Permalink
Updated Skins\PerksProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Apr 1, 2024
1 parent b39f4af commit fc75691
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ElvUI/Mainline/Modules/Skins/PerksProgram.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ function S:Blizzard_PerksProgram()

local frame = _G.PerksProgramFrame
local products = frame.ProductsFrame

if E.private.skins.parchmentRemoverEnable then
frame.ThemeContainer:SetAlpha(0)
end

if products then
S:HandleButton(products.PerksProgramFilter.FilterDropDownButton)

Expand Down

0 comments on commit fc75691

Please sign in to comment.