mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
fix #52 woops
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
|
local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
|
||||||
local NP = E:GetModule("NamePlates");
|
local NP = E:GetModule("NamePlates");
|
||||||
|
local ACD = LibStub("AceConfigDialog-3.0");
|
||||||
|
|
||||||
--Cache global variables
|
--Cache global variables
|
||||||
--Lua functions
|
--Lua functions
|
||||||
@@ -626,7 +627,7 @@ E.Options.args.nameplate = {
|
|||||||
motionType = {
|
motionType = {
|
||||||
order = 1,
|
order = 1,
|
||||||
type = "select",
|
type = "select",
|
||||||
name = "UNIT_NAMEPLATES_TYPES",
|
name = L["Nameplate Motion Type"],
|
||||||
desc = L["Set to either stack nameplates vertically or allow them to overlap."],
|
desc = L["Set to either stack nameplates vertically or allow them to overlap."],
|
||||||
values = {
|
values = {
|
||||||
["STACKED"] = "STACKED",
|
["STACKED"] = "STACKED",
|
||||||
|
|||||||
Reference in New Issue
Block a user