mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup
This commit is contained in:
@@ -65,9 +65,8 @@ A default texture will be applied to the StatusBar and Texture widgets if they d
|
||||
local ns = oUF
|
||||
local oUF = ns.oUF
|
||||
|
||||
local match = string.match
|
||||
|
||||
local GetActionTexture = GetActionTexture
|
||||
local GetContainerItemInfo = GetContainerItemInfo
|
||||
local GetSpellTexture = GetSpellTexture
|
||||
local GetTime = GetTime
|
||||
|
||||
|
||||
@@ -174,15 +174,6 @@ P["nameplates"] = {
|
||||
["channelTimeFormat"] = "CURRENT",
|
||||
["timeToHold"] = 0
|
||||
},
|
||||
["castbar"] = {
|
||||
["enable"] = true,
|
||||
["height"] = 8,
|
||||
["hideTime"] = false,
|
||||
["castTimeFormat"] = "CURRENT",
|
||||
["channelTimeFormat"] = "CURRENT",
|
||||
["timeToHold"] = 0,
|
||||
["iconPosition"] = "RIGHT",
|
||||
},
|
||||
["buffs"] = {
|
||||
["enable"] = true,
|
||||
["numAuras"] = 4,
|
||||
@@ -747,20 +738,15 @@ P["unitframe"] = {
|
||||
["width"] = 270,
|
||||
["height"] = 18,
|
||||
["icon"] = true,
|
||||
["latency"] = true,
|
||||
["format"] = "REMAINING",
|
||||
["ticks"] = true,
|
||||
["spark"] = true,
|
||||
["displayTarget"] = false,
|
||||
["iconSize"] = 42,
|
||||
["iconAttached"] = true,
|
||||
["insideInfoPanel"] = true,
|
||||
["iconAttachedTo"] = "Frame",
|
||||
["iconPosition"] = "LEFT",
|
||||
["iconXOffset"] = -10,
|
||||
["iconYOffset"] = 0,
|
||||
["tickWidth"] = 1,
|
||||
["tickColor"] = {r = 0, g = 0, b = 0, a = 0.8},
|
||||
["iconYOffset"] = 0
|
||||
},
|
||||
["classbar"] = {
|
||||
["enable"] = true,
|
||||
|
||||
Reference in New Issue
Block a user