AzerPUG's Core

AzerPUG's Core

35.8k Downloads

Make Optional

Arco-Dielhof opened this issue ยท 0 comments

commented
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)
}