Skip to content

Commit

Permalink
WT compatibility with SLE
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed May 10, 2022
1 parent ce8737f commit b7370b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ElvUI_EltreumUI/Profiles/ShadowAndLight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function ElvUI_EltreumUI:GetSLEProfile()
--E.db["sle"]["shadows"]["unitframes"]["arena"]["health"] = true
E.db["sle"]["shadows"]["unitframes"]["arena"]["health"] = false
--E.db["sle"]["shadows"]["unitframes"]["arena"]["power"] = true
E.db["sle"]["shadows"]["unitframes"]["arena"]["power"] = true
E.db["sle"]["shadows"]["unitframes"]["arena"]["power"] = false
--E.db["sle"]["shadows"]["unitframes"]["boss"]["health"] = true
E.db["sle"]["shadows"]["unitframes"]["boss"]["health"] = false
--E.db["sle"]["shadows"]["unitframes"]["boss"]["power"] = true
Expand Down Expand Up @@ -431,6 +431,7 @@ function ElvUI_EltreumUI:GetSLEProfile()
E.db["sle"]["skins"]["merchant"]["list"]["subFont"] = "Kimberley"
E.db["sle"]["skins"]["merchant"]["list"]["subOutline"] = "THICKOUTLINE"
E.db["sle"]["skins"]["merchant"]["list"]["subSize"] = 8
E.db["sle"]["skins"]["objectiveTracker"]["underline"] = false
E.db["sle"]["skins"]["objectiveTracker"]["classHeader"] = true
E.db["sle"]["skins"]["objectiveTracker"]["colorHeader"]["b"] = 1
E.db["sle"]["skins"]["objectiveTracker"]["colorHeader"]["g"] = 0
Expand Down
3 changes: 3 additions & 0 deletions ElvUI_EltreumUI/Profiles/WindTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function ElvUI_EltreumUI:GetWindToolsProfile()
E.private["WT"]["misc"]["moveBlizzardFrames"] = false
E.private["WT"]["misc"]["moveElvUIBags"] = false
E.private["WT"]["misc"]["moveSpeed"] = true
E.private["WT"]["misc"]["moveFrames"]["enable"] = false
E.private["WT"]["misc"]["pauseToSlash"] = false
E.private["WT"]["quest"]["objectiveTracker"]["colorfulPercentage"] = true
E.private["WT"]["quest"]["objectiveTracker"]["header"]["size"] = 18
Expand Down Expand Up @@ -106,6 +107,7 @@ function ElvUI_EltreumUI:GetWindToolsProfile()
E.private["WT"]["tooltips"]["icon"] = false
E.private["WT"]["tooltips"]["objectiveProgress"] = false
E.private["WT"]["tooltips"]["progression"]["enable"] = false
E.private["WT"]["unitFrames"]["roleIcon"]["enable"] = false
E.private["WT"]["unitFrames"]["roleIcon"]["roleIconStyle"] = "DEFAULT"

E.db["WT"]["announcement"]["enable"] = false --disable
Expand Down Expand Up @@ -136,6 +138,7 @@ function ElvUI_EltreumUI:GetWindToolsProfile()
E.db["WT"]["combat"]["combatAlert"]["enterText"] = "COMBAT START"
E.db["WT"]["combat"]["combatAlert"]["leaveText"] = "COMBAT ENDS"
E.db["WT"]["combat"]["combatAlert"]["text"] = false
E.db["WT"]["combat"]["raidMarkers"]["enable"] = false
E.db["WT"]["combat"]["raidMarkers"]["backdropSpacing"] = 1
E.db["WT"]["combat"]["raidMarkers"]["buttonSize"] = 24
E.db["WT"]["combat"]["raidMarkers"]["countDownTime"] = 10
Expand Down

0 comments on commit b7370b7

Please sign in to comment.