Old Twitch strings fixed, bar border updated to the new framework border

This commit is contained in:
Tercio Jose
2021-05-29 20:02:17 -03:00
parent 6bde881fb8
commit 4b6c229d8b
10 changed files with 168 additions and 114 deletions
+2 -1
View File
@@ -4015,7 +4015,8 @@ function gump:CreateNewLine (instancia, index)
--border
local lineBorder
if (DetailsFramework.IsTBCWow()) then
lineBorder = CreateFrame("frame", nil, new_row, "DFNamePlateFullBorderTemplate, BackdropTemplate")
lineBorder = DetailsFramework:CreateFullBorder(nil, new_row)
--lineBorder = CreateFrame("frame", nil, new_row, "DFNamePlateFullBorderTemplate, BackdropTemplate")
else
lineBorder = CreateFrame("frame", nil, new_row, "NamePlateFullBorderTemplate, BackdropTemplate")
end
+1 -1
View File
@@ -441,7 +441,7 @@ function Details.OpenPlaterIntegrationWindow()
end
end
local PlaterDisabled1 = DF:CreateLabel (f, "Plater isn't installed! you may download it from the Twitch app.", 16, "red")
local PlaterDisabled1 = DF:CreateLabel (f, "Plater isn't installed! you may download it from the Curseforge app.", 16, "red")
PlaterDisabled1:SetPoint (10, -330)
end