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:
Xan-Asc
2024-04-09 16:41:58 -07:00
committed by GitHub
parent d2e86421cc
commit bea4a6ab23
7 changed files with 100 additions and 13 deletions
+17 -3
View File
@@ -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 = {
}
}
}
}
}