Added Bag icons for Vanity and Wardrobe unlocks (#52)
* Added Bag icons for Vanity and Wardrobe unlocks * Show if item is both Vanity and Wardrobe unlock added related textures * Adjusted icon so edges match up
This commit is contained in:
@@ -149,8 +149,22 @@ E.Options.args.bags = {
|
||||
name = L["Disable Bank Sort"],
|
||||
set = function(info, value) E.db.bags[info[#info]] = value B:ToggleSortButtonState(true) end
|
||||
},
|
||||
countGroup = {
|
||||
unlearnedVanityIcon = {
|
||||
order = 16,
|
||||
type = "toggle",
|
||||
name = L["Unlearned Vanity"],
|
||||
desc = L["Unlearned Vanity Desc"],
|
||||
set = function(info, value) E.db.bags[info[#info]] = value B:UpdateAllBagSlots() end
|
||||
},
|
||||
unlearnedWardrobeIcon = {
|
||||
order = 17,
|
||||
type = "toggle",
|
||||
name = L["Unlearned Wardrobe"],
|
||||
desc = L["Unlearned Wardrobe Desc"],
|
||||
set = function(info, value) E.db.bags[info[#info]] = value B:UpdateAllBagSlots() end
|
||||
},
|
||||
countGroup = {
|
||||
order = 18,
|
||||
type = "group",
|
||||
name = L["Item Count Font"],
|
||||
guiInline = true,
|
||||
@@ -195,7 +209,7 @@ E.Options.args.bags = {
|
||||
}
|
||||
},
|
||||
itemLevelGroup = {
|
||||
order = 17,
|
||||
order = 19,
|
||||
type = "group",
|
||||
name = L["Item Level"],
|
||||
guiInline = true,
|
||||
@@ -794,4 +808,4 @@ E.Options.args.bags = {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1185,6 +1185,10 @@ L["You need to hold this modifier down in order to blacklist an aura by right-cl
|
||||
L["Your Auras First"] = true
|
||||
L["xOffset"] = true
|
||||
L["yOffset"] = true
|
||||
L["Unlearned Vanity"] = true
|
||||
L["Unlearned Vanity Desc"] = "Adds an Icon to Unlearned Vanity Items. This has a higher priority than Wardrobe or Junk Icons"
|
||||
L["Unlearned Wardrobe"] = true
|
||||
L["Unlearned Wardrobe Desc"] = "Adds an Icon to Unlearned Wardrobe Items. This has a higher priority than Junk Icons and a lower priority than Vanity."
|
||||
|
||||
L["ACTIONBARS_DESC"] = "Modify the actionbar settings."
|
||||
L["AURAS_DESC"] = "Configure the aura icons that appear near the minimap."
|
||||
|
||||
Reference in New Issue
Block a user