Hiding Quests List While Doing Dungeons

Good day,

How can I hide the quests list while I am doing dungeons?

I mean I would like to keep dungeons’ objective list and at the same time hiding quests list from the screen.

https:// i.ibb. co /DQ2w4yc/Screen-Shot-2020-01-25-at-16-12-31.png

Thanks,

1 Like

I have the following macro…

/run local o=ObjectiveTrackerFrame if o:IsShown()then o:Hide() else o:Show() end

I’m sure you could work this into a weakaura or addon if you wanted…

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.