mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
remove remaining vehicle
This commit is contained in:
+1
-54
@@ -275,7 +275,7 @@ E.Options.args.maps = {
|
||||
mail = {
|
||||
order = 2,
|
||||
type = "group",
|
||||
name = "MAIL_LABEL",
|
||||
name = MAIL_LABEL,
|
||||
get = function(info) return E.db.general.minimap.icons.mail[ info[getn(info)] ]; end,
|
||||
set = function(info, value) E.db.general.minimap.icons.mail[ info[getn(info)] ] = value; MM:UpdateSettings(); end,
|
||||
args = {
|
||||
@@ -439,59 +439,6 @@ E.Options.args.maps = {
|
||||
min = -50, max = 50, step = 1
|
||||
}
|
||||
}
|
||||
},
|
||||
vehicleLeave = {
|
||||
order = 6,
|
||||
type = "group",
|
||||
name = "LEAVE_VEHICLE",
|
||||
get = function(info) return E.db.general.minimap.icons.vehicleLeave[ info[getn(info)] ]; end,
|
||||
set = function(info, value) E.db.general.minimap.icons.vehicleLeave[ info[getn(info)] ] = value; E:GetModule("ActionBars"):UpdateVehicleLeave(); end,
|
||||
args = {
|
||||
hide = {
|
||||
order = 1,
|
||||
type = "toggle",
|
||||
name = HIDE
|
||||
},
|
||||
spacer = {
|
||||
order = 2,
|
||||
type = "description",
|
||||
name = "",
|
||||
width = "full"
|
||||
},
|
||||
position = {
|
||||
order = 3,
|
||||
type = "select",
|
||||
name = L["Position"],
|
||||
values = {
|
||||
["LEFT"] = L["Left"],
|
||||
["RIGHT"] = L["Right"],
|
||||
["TOP"] = L["Top"],
|
||||
["BOTTOM"] = L["Bottom"],
|
||||
["TOPLEFT"] = L["Top Left"],
|
||||
["TOPRIGHT"] = L["Top Right"],
|
||||
["BOTTOMLEFT"] = L["Bottom Left"],
|
||||
["BOTTOMRIGHT"] = L["Bottom Right"]
|
||||
}
|
||||
},
|
||||
scale = {
|
||||
order = 4,
|
||||
type = "range",
|
||||
name = L["Scale"],
|
||||
min = 0.5, max = 2, step = 0.05,
|
||||
},
|
||||
xOffset = {
|
||||
order = 5,
|
||||
type = "range",
|
||||
name = L["xOffset"],
|
||||
min = -50, max = 50, step = 1
|
||||
},
|
||||
yOffset = {
|
||||
order = 6,
|
||||
type = "range",
|
||||
name = L["yOffset"],
|
||||
min = -50, max = 50, step = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user