diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index bdc14491..266f0a2f 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 350 +local dversion = 351 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) @@ -2450,7 +2450,7 @@ end options_frame:Hide() options_frame:SetPoint ("center", UIParent, "center") - options_frame.TitleText:SetText (title) + options_frame.TitleText:SetText (title) --10.0 fuck --options_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]]) return options_frame diff --git a/boot.lua b/boot.lua index 3bee7f81..e1e0ab84 100644 --- a/boot.lua +++ b/boot.lua @@ -18,7 +18,7 @@ _detalhes.BFACORE = 131 --core version on BFA launch _detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch -- - _detalhes.dragonflight_beta_version = 28 + _detalhes.dragonflight_beta_version = 29 Details = _detalhes diff --git a/core/plugins.lua b/core/plugins.lua index 08a7cfb7..c1367ffa 100644 --- a/core/plugins.lua +++ b/core/plugins.lua @@ -365,7 +365,7 @@ options_frame:Hide() options_frame:SetPoint ("center", UIParent, "center") - options_frame.TitleText:SetText (title) + --options_frame.TitleText:SetText (title) --10.0 fuck --options_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]]) return options_frame diff --git a/core/windows.lua b/core/windows.lua index b59bbf56..38d11ad9 100644 --- a/core/windows.lua +++ b/core/windows.lua @@ -1269,7 +1269,7 @@ updatewindow_frame:SetSize (512, 200) --updatewindow_frame.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-GNOME]]) - updatewindow_frame.TitleText:SetText ("A New Version Is Available!") + --updatewindow_frame.TitleText:SetText ("A New Version Is Available!") --10.0 fuck updatewindow_frame.midtext = updatewindow_frame:CreateFontString (nil, "artwork", "GameFontNormal") updatewindow_frame.midtext:SetText ("Good news everyone!\nA new version has been forged and is waiting to be looted.") diff --git a/frames/window_copy.lua b/frames/window_copy.lua index 4546a2a4..9e03936c 100644 --- a/frames/window_copy.lua +++ b/frames/window_copy.lua @@ -37,7 +37,7 @@ do panel.background:SetPoint (0, -25) --> title - panel.TitleText:SetText ("Paste & Copy") + --panel.TitleText:SetText ("Paste & Copy") --10.0 fuck --panel.portrait:SetTexture ([[Interface\CHARACTERFRAME\TEMPORARYPORTRAIT-FEMALE-BLOODELF]]) DetailsFrameWork:NewTextEntry (panel, _, "$parentTextEntry", "text", 476, 14) diff --git a/frames/window_report.lua b/frames/window_report.lua index 30985566..857569d0 100644 --- a/frames/window_report.lua +++ b/frames/window_report.lua @@ -864,7 +864,7 @@ local function cria_drop_down (este_gump) --f.portrait:SetTexture ("Interface\\AddOns\\Details\\images\\report_frame_icons") --f.portrait:SetTexCoord (1/256, 64/256, 1/256, 64/256) - f.TitleText:SetText (Loc ["STRING_REPORTFRAME_WINDOW_TITLE"]) + --f.TitleText:SetText (Loc ["STRING_REPORTFRAME_WINDOW_TITLE"]) --10.0 fuck f:SetFrameLevel (window:GetFrameLevel()-1) _G [window:GetName() .. "FCloseButton"]:SetFrameLevel (window:GetFrameLevel()+1)