Release Candidate 1
This commit is contained in:
@@ -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 .. "]"
|
||||
|
||||
Reference in New Issue
Block a user