mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update np
This commit is contained in:
@@ -792,18 +792,17 @@ E.Options.args.nameplate = {
|
||||
guiInline = true,
|
||||
name = L["Click Through"],
|
||||
get = function(info) return E.db.nameplates.clickThrough[ info[getn(info)] ] end,
|
||||
set = function(info, value) E.db.nameplates.clickThrough[ info[getn(info)] ] = value; NP:ConfigureAll() end,
|
||||
args = {
|
||||
friendly = {
|
||||
order = 2,
|
||||
type = "toggle",
|
||||
name = L["Friendly"],
|
||||
--set = function(info, value) E.db.nameplates.clickThrough.friendly = value; NP:SetNamePlateFriendlyClickThrough() end,
|
||||
},
|
||||
enemy = {
|
||||
order = 3,
|
||||
type = "toggle",
|
||||
name = L["Enemy"],
|
||||
--set = function(info, value) E.db.nameplates.clickThrough.enemy = value; NP:SetNamePlateEnemyClickThrough() end,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user