Release Candidate 1

This commit is contained in:
Tercio Jose
2022-11-18 16:54:25 -03:00
parent bbbda84c68
commit 1c8dfb3ab7
96 changed files with 3053 additions and 1427 deletions
+7 -1
View File
@@ -28,6 +28,9 @@ local IsInInstance = _G.IsInInstance
local tokFunctions = Details.ToKFunctions
local _, Details222 = ...
_ = nil
--constants
local baseframe_strata = "LOW"
local defaultBackdropSt = {
@@ -7933,7 +7936,10 @@ function Details:RefreshTitleBarText()
if (instanceMode == DETAILS_MODE_GROUP or instanceMode == DETAILS_MODE_ALL) then
local segment = self:GetSegment()
if (segment == DETAILS_SEGMENTID_OVERALL) then
sName = sName .. " " .. Loc["STRING_OVERALL"]
local dynamicOverallDataCustomID = Details222.GetCustomDisplayIDByName(Loc["STRING_CUSTOM_DYNAMICOVERAL"])
if ((dynamicOverallDataCustomID ~= self.sub_atributo) and self.atributo ~= 5) then
sName = sName .. " " .. Loc["STRING_OVERALL"]
end
elseif (segment >= 2) then
sName = sName .. " [" .. segment .. "]"