mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Bugfixes: Removed retail API calls, ran linting script and static analysis.
This commit is contained in:
@@ -1046,8 +1046,10 @@ E.Options.args.nameplate = {
|
||||
set = function(info, value) selectedFilter = value; UpdateFilterGroup() end,
|
||||
values = function()
|
||||
filters = {}
|
||||
for filter in pairs(E.global["nameplates"]["filter"]) do
|
||||
filters[filter] = filter
|
||||
if E.global["nameplates"] and E.global["nameplates"]["filter"] then
|
||||
for filter in pairs(E.global["nameplates"]["filter"]) do
|
||||
filters[filter] = filter
|
||||
end
|
||||
end
|
||||
return filters
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user