AzerPUG / ToolTips

http://www.azerpug.com
Other
3 stars 1 forks source link

Make usable with AzerPUG's Core as optional dependency #2

Closed Arco-Dielhof closed 3 years ago

Arco-Dielhof commented 3 years ago
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)
}