Close the unspent dragonriding glyphs tooltip
zeenk opened this issue ยท 0 comments
Noticed that all my alts were getting this tooltip on first login since 10.2 even tho the addon auto learns the new talents I unlocked on main, it's just a minor annoyance to having to manually close it on every alt, but once you do it's gone forever but thought you might maybe know a way to close it for others that also run into this ^^
Tried to add these lines but didn't work so maybe something else for this tooltip popup.
SetCVarBitfield("closedInfoFrames", LE_FRAME_TUTORIAL_DRAGON_RIDING_GLYPHS, true)
SetCVarBitfield("closedInfoFrames", LE_FRAME_TUTORIAL_DRAGON_RIDING_SKILLS, true)
These macros works to close it, maybe it could be added to the addon somehow to auto close it if auto purchase is enabled?
/run ExpansionLandingPageMinimapButton:Hide() ExpansionLandingPageMinimapButton:Show()
/run HelpTip:Hide(ExpansionLandingPageMinimapButton)