Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide World Quest Tracker panel during pet battles #42

Open
WildCard-25 opened this issue Mar 17, 2021 · 1 comment
Open

Hide World Quest Tracker panel during pet battles #42

WildCard-25 opened this issue Mar 17, 2021 · 1 comment

Comments

@WildCard-25
Copy link

The tracker panel is visible during pet battles even though the quest panel and achievement panel hide themselves, these frames also hide themselves while in a vehicle.

In the WorldQuestTracker_Tracker.lua file after lines 287-289

local WorldQuestTrackerFrame = CreateFrame ("frame", "WorldQuestTrackerScreenPanel", UIParent, "BackdropTemplate")
WorldQuestTrackerFrame:SetSize (235, 500)
WorldQuestTrackerFrame:SetFrameStrata ("LOW") --thanks @p3lim on curseforge

add

RegisterStateDriver(WorldQuestTrackerFrame, "visibility", "[petbattle] [vehicleui] hide; show")
@Tercioo
Copy link
Owner

Tercioo commented Mar 17, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants