Releasing the new end of mythic+ panel

This commit is contained in:
Tercio Jose
2024-02-07 13:17:00 -03:00
parent 4f63a6fee9
commit c080f6e9b8
2 changed files with 10 additions and 4 deletions
@@ -337,7 +337,7 @@ function mythicDungeonFrames.ShowEndOfMythicPlusPanel(bIsDebug)
end
--feature under development
if (Details222.MythicPlus.Level and Details222.MythicPlus.Level < 28 and not Details.user_is_patreon_supporter) then
if (false and Details222.MythicPlus.Level and Details222.MythicPlus.Level < 28 and not Details.user_is_patreon_supporter) then
--create the panel
if (not mythicDungeonFrames.ReadyFrame) then
mythicDungeonFrames.ReadyFrame = CreateFrame("frame", "DetailsMythicDungeonReadyFrame", UIParent, "BackdropTemplate")
@@ -471,7 +471,7 @@ function mythicDungeonFrames.ShowEndOfMythicPlusPanel(bIsDebug)
LibWindow.SavePosition(readyFrame)
--warning footer
local warningFooter = DetailsFramework:CreateLabel(readyFrame, "You are seeing this because it's a 28 or above. Under development.", 9, "yellow")
local warningFooter = DetailsFramework:CreateLabel(readyFrame, "Under development.", 9, "yellow")
warningFooter:SetPoint("bottom", readyFrame, "bottom", 0, 20)
local roundedCornerPreset = {