Old Twitch strings fixed, bar border updated to the new framework border
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user