We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Open the Mythic+ UI
1 parent 6d04b22 commit b598cccCopy full SHA for b598ccc
SharedUtil.lua
@@ -86,7 +86,7 @@ end
86
function Util:ToggleMythicPlusFrame()
87
local shouldShow = not (ChallengesFrame and ChallengesFrame:IsVisible());
88
PVEFrame_ToggleFrame('ChallengesFrame');
89
- if shouldShow == ChallengesFrame:IsVisible() then return; end
+ if not ChallengesFrame or shouldShow == ChallengesFrame:IsVisible() then return; end
90
91
PVEFrame:SetShown(shouldShow);
92
if PVEFrame:GetNumPoints() == 0 then
0 commit comments