Make Standalone
Arco-Dielhof opened this issue ยท 0 comments
if Core != Installed
{
--Pop up for each addon.
--Options panel separated.
local optionFrame = CreateFrame()
fillOptionsPanel(optionFrame)
}
if Core == Installed
{
Put version numbers in combined list.
Put all option panels into a merged one.
fillOptionsPanel(optionFrameCore)
}