mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 00:44:45 +00:00
bags
This commit is contained in:
@@ -14,6 +14,11 @@ V["general"] = {
|
||||
},
|
||||
}
|
||||
|
||||
V["bags"] = {
|
||||
["enable"] = true,
|
||||
["bagBar"] = false,
|
||||
}
|
||||
|
||||
V["auras"] = {
|
||||
["enable"] = true,
|
||||
["disableBlizzard"] = true,
|
||||
|
||||
@@ -276,6 +276,39 @@ P["tooltip"] = {
|
||||
}
|
||||
}
|
||||
|
||||
P["bags"] = {
|
||||
["sortInverted"] = true,
|
||||
["bagSize"] = 34,
|
||||
["bankSize"] = 34,
|
||||
["bagWidth"] = 406,
|
||||
["bankWidth"] = 406,
|
||||
["currencyFormat"] = "ICON_TEXT",
|
||||
["moneyFormat"] = "SMART",
|
||||
["moneyCoins"] = true,
|
||||
["ignoredItems"] = {},
|
||||
["itemLevel"] = true,
|
||||
["itemLevelThreshold"] = 1,
|
||||
["itemLevelFont"] = "Homespun",
|
||||
["itemLevelFontSize"] = 10,
|
||||
["itemLevelFontOutline"] = "MONOCHROMEOUTLINE",
|
||||
["countFont"] = "Homespun",
|
||||
["countFontSize"] = 10,
|
||||
["countFontOutline"] = "MONOCHROMEOUTLINE",
|
||||
["countFontColor"] = {r = 1, g = 1, b = 1},
|
||||
["clearSearchOnClose"] = false,
|
||||
["disableBagSort"] = false,
|
||||
["disableBankSort"] = false,
|
||||
["bagBar"] = {
|
||||
["growthDirection"] = "VERTICAL",
|
||||
["sortDirection"] = "ASCENDING",
|
||||
["size"] = 30,
|
||||
["spacing"] = 4,
|
||||
["backdropSpacing"] = 4,
|
||||
["showBackdrop"] = false,
|
||||
["mouseover"] = false
|
||||
}
|
||||
};
|
||||
|
||||
--UnitFrame
|
||||
P["unitframe"] = {
|
||||
["smoothbars"] = false,
|
||||
|
||||
Reference in New Issue
Block a user