Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hekili
ElvUI
Commits
c7a616e3
Commit
c7a616e3
authored
Jun 05, 2019
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i need to push something
parent
aabdca6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
28 deletions
+30
-28
ElvUI_OptionsUI/Nameplates.lua
ElvUI_OptionsUI/Nameplates.lua
+30
-28
No files found.
ElvUI_OptionsUI/Nameplates.lua
View file @
c7a616e3
...
...
@@ -5425,34 +5425,36 @@ for i = 1, 6 do
}
end
-- E.Options.args.tagGroup = {
-- order = 925,
-- type = "
group
",
-- name = L["
Available
Tags
"],
-- args = {}
-- }
--[=[
E.Options.args.tagGroup = {
order = 925,
type = "
group
",
name = L["
Available
Tags
"],
args = {}
}
--
for Tag in next, E.oUF.Tags.Methods do
--
E.Options.args.tagGroup.args[Tag] = {
--
type = 'description',
--
fontSize = 'medium',
--
name = Tag,
--
}
--
end
for Tag in next, E.oUF.Tags.Methods do
E.Options.args.tagGroup.args[Tag] = {
type = 'description',
fontSize = 'medium',
name = Tag,
}
end
--
E.Options.args.EventTrace = {
--
order = -50,
--
type = "
group
",
--
name = L["
Event
Trace
"],
--
args = {}
--
}
E.Options.args.EventTrace = {
order = -50,
type = "
group
",
name = L["
Event
Trace
"],
args = {}
}
-- local Frame = CreateFrame('Frame')
-- Frame:RegisterAllEvents()
-- Frame:SetScript('OnEvent', function(self, event, ...)
-- E.Options.args.EventTrace.args[event] = {
-- type = 'description',
-- fontSize = 'medium',
-- name = event,
-- }
-- end)
local Frame = CreateFrame('Frame')
Frame:RegisterAllEvents()
Frame:SetScript('OnEvent', function(self, event, ...)
E.Options.args.EventTrace.args[event] = {
type = 'description',
fontSize = 'medium',
name = event,
}
end)
]=]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment