mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
big update
This commit is contained in:
@@ -25,7 +25,7 @@ E.Options.args.databars = {
|
||||
get = function(info) return mod.db.experience[ info[getn(info)] ] end,
|
||||
set = function(info, value) mod.db.experience[ info[getn(info)] ] = value; mod:UpdateExperienceDimensions() end,
|
||||
type = "group",
|
||||
name = XPBAR_LABEL,
|
||||
name = L["XP Bar"],
|
||||
args = {
|
||||
enable = {
|
||||
order = 0,
|
||||
@@ -74,7 +74,7 @@ E.Options.args.databars = {
|
||||
},
|
||||
textSize = {
|
||||
order = 7,
|
||||
name = FONT_SIZE,
|
||||
name = L["Font Size"],
|
||||
type = "range",
|
||||
min = 6, max = 33, step = 1
|
||||
},
|
||||
@@ -83,7 +83,7 @@ E.Options.args.databars = {
|
||||
type = "select",
|
||||
name = L["Font Outline"],
|
||||
values = {
|
||||
["NONE"] = NONE,
|
||||
["NONE"] = L["None"],
|
||||
["OUTLINE"] = "OUTLINE",
|
||||
["MONOCHROMEOUTLINE"] = "MONOCROMEOUTLINE",
|
||||
["THICKOUTLINE"] = "THICKOUTLINE"
|
||||
@@ -95,7 +95,7 @@ E.Options.args.databars = {
|
||||
name = L["Text Format"],
|
||||
width = "double",
|
||||
values = {
|
||||
NONE = NONE,
|
||||
NONE = L["None"],
|
||||
PERCENT = L["Percent"],
|
||||
CUR = L["Current"],
|
||||
REM = L["Remaining"],
|
||||
@@ -170,7 +170,7 @@ E.Options.args.databars = {
|
||||
type = "select",
|
||||
name = L["Font Outline"],
|
||||
values = {
|
||||
["NONE"] = NONE,
|
||||
["NONE"] = L["None"],
|
||||
["OUTLINE"] = "OUTLINE",
|
||||
["MONOCHROMEOUTLINE"] = "MONOCROMEOUTLINE",
|
||||
["THICKOUTLINE"] = "THICKOUTLINE"
|
||||
@@ -182,7 +182,7 @@ E.Options.args.databars = {
|
||||
name = L["Text Format"],
|
||||
width = "double",
|
||||
values = {
|
||||
NONE = NONE,
|
||||
NONE = L["None"],
|
||||
CUR = L["Current"],
|
||||
REM = L["Remaining"],
|
||||
PERCENT = L["Percent"],
|
||||
|
||||
Reference in New Issue
Block a user