LibItemPrice

Needs some more work
This commit is contained in:
Crum
2018-02-20 15:28:17 -06:00
parent b6f18c6823
commit 5df31cd2dc
9 changed files with 350 additions and 18 deletions
+15 -5
View File
@@ -63,14 +63,24 @@ E.Options.args.tooltip = {
name = L["Inspect Info"],
desc = L["Display the players talent spec and item level in the tooltip, this may not immediately update when mousing over a unit."],
},
spellID = {
itemPrice = {
order = 6,
type = "toggle",
name = L["Item Price"],
desc = L["Display vendor sell value on item tooltips."],
set = function(info, value)
E.db.tooltip[info[getn(info)]] = value
E:GetModule("Tooltip_ItemPrice"):UpdateSettings()
end
},
spellID = {
order = 7,
type = "toggle",
name = L["Spell/Item IDs"],
desc = L["Display the spell or item ID when mousing over a spell or item tooltip."]
},
itemCount = {
order = 7,
order = 8,
type = "select",
name = L["Item Count"],
desc = L["Display how many of a certain item you have in your possession."],
@@ -82,14 +92,14 @@ E.Options.args.tooltip = {
}
},
colorAlpha = {
order = 8,
order = 9,
type = "range",
name = OPACITY,
isPercent = true,
min = 0, max = 1, step = 0.01
},
fontGroup = {
order = 8,
order = 10,
type = "group",
guiInline = true,
name = L["Tooltip Font Settings"],
@@ -148,7 +158,7 @@ E.Options.args.tooltip = {
}
},
factionColors = {
order = 9,
order = 11,
type = "group",
name = L["Custom Faction Colors"],
guiInline = true,