Use display/localized names in tab and split titles (#2189)
This commit is contained in:
@@ -788,7 +788,7 @@ void SplitContainer::refreshTabTitle()
|
||||
|
||||
for (const auto &chatWidget : this->splits_)
|
||||
{
|
||||
auto channelName = chatWidget->getChannel()->getName();
|
||||
auto channelName = chatWidget->getChannel()->getLocalizedName();
|
||||
if (channelName.isEmpty())
|
||||
{
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user