mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
LibItemPrice
Needs some more work
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user