FIRE-14330: Better fix
parent
32a2cb9197
commit
ab2e6f8a09
|
|
@ -1189,11 +1189,7 @@ std::string FSFloaterContacts::getFullName(const LLAvatarName& av_name)
|
|||
{
|
||||
if (av_name.isDisplayNameDefault() || !gSavedSettings.getBOOL("UseDisplayNames"))
|
||||
{
|
||||
if (!gSavedSettings.getBOOL("FSTrimLegacyNames"))
|
||||
{
|
||||
return av_name.getUserNameForDisplay();
|
||||
}
|
||||
return av_name.getDisplayName();
|
||||
return av_name.getUserNameForDisplay();
|
||||
}
|
||||
|
||||
if (gSavedSettings.getS32("FSFriendListFullNameFormat"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue