Skip to content

Commit fc75691

Browse files
committed
Updated Skins\PerksProgram
1 parent b39f4af commit fc75691

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ElvUI/Mainline/Modules/Skins/PerksProgram.lua

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ function S:Blizzard_PerksProgram()
102102

103103
local frame = _G.PerksProgramFrame
104104
local products = frame.ProductsFrame
105+
106+
if E.private.skins.parchmentRemoverEnable then
107+
frame.ThemeContainer:SetAlpha(0)
108+
end
109+
105110
if products then
106111
S:HandleButton(products.PerksProgramFilter.FilterDropDownButton)
107112

0 commit comments

Comments
 (0)