Skip to content

Commit

Permalink
enable gradient castbar with profile
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jun 28, 2022
1 parent 9357dd3 commit f91c46e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ElvUI_EltreumUI/Layouts/UpdateSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ function ElvUI_EltreumUI:UpdateSettings()

E.db.ElvUI_EltreumUI.ufcustomtexture.backdroptexture = "Asphyxia-Norm"
E.db.ElvUI_EltreumUI.ufcustomtexture.backdropalpha = 0.7
--E.db.ElvUI_EltreumUI.gradientmode.texture = "Asphyxia-Norm"

E.db.ElvUI_EltreumUI.gradientmode.texture = "Asphyxia-Norm"
E.db.ElvUI_EltreumUI.gradientmode.enableplayercastbar = true
E.db.ElvUI_EltreumUI.gradientmode.enabletargetcastbar = true

E.db.ElvUI_EltreumUI.instances.enable = true

--private
Expand Down

0 comments on commit f91c46e

Please sign in to comment.