Skip to content

Commit

Permalink
use default profile, since it might help with the reset that can happen
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Oct 7, 2022
1 parent 0bcbc96 commit 47567b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Profiles/AddOnSkins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function ElvUI_EltreumUI:GetASProfile()
local valuecolors = E:ClassColor(E.myclass, true)
if IsAddOnLoaded("AddOnSkins") then
local AS = unpack(AddOnSkins)
AS.data:SetProfile("Eltreum Dual")
--AS.data:SetProfile("Eltreum Dual")
AS.db["EmbedBackdrop"] = false
AS.db["EmbedBackdropTransparent"] = false
AS.db["EmbedRightChat"] = true
Expand Down

0 comments on commit 47567b3

Please sign in to comment.