mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup ace3
This commit is contained in:
@@ -1956,6 +1956,8 @@ end
|
||||
-- @param ... The path in the options table to feed into the interface options panel.
|
||||
-- @return The reference to the frame registered into the Interface Options.
|
||||
function AceConfigDialog:AddToBlizOptions(appName, name, parent, ...)
|
||||
error("Blizzard InterfaceOptions not available", 2)
|
||||
--[[
|
||||
local BlizOptions = AceConfigDialog.BlizOptions
|
||||
|
||||
local key = appName
|
||||
@@ -1988,4 +1990,5 @@ function AceConfigDialog:AddToBlizOptions(appName, name, parent, ...)
|
||||
else
|
||||
error(format("%s has already been added to the Blizzard Options Window with the given path", appName), 2)
|
||||
end
|
||||
]]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user