10.0 DF errors
yoshimo opened this issue ยท 4 comments
2x FrameXML\Bindings.xml:1 Interface/AddOns/Wholly/Wholly.xml:545 Couldn't find frame parent: InterfaceOptionsFramePanelContainer
https://wowpedia.fandom.com/wiki/Patch_10.0.0/API_changes , some settings stuff was deprecated and changed.
In my testing this seems to be fixed by just removing the parent="InterfaceOptionsFramePanelContainer"
attributes from the frames at the bottom of Wholly.xml
As far as I can tell these are for the Addons options menu? And those seem to be displaying fine after just removing these attributes.