Use display/localized names in tab and split titles (#2189)
This commit is contained in:
@@ -659,7 +659,7 @@ void SplitHeader::updateChannelText()
|
||||
this->isLive_ = false;
|
||||
this->tooltipText_ = QString();
|
||||
|
||||
auto title = channel->getName();
|
||||
auto title = channel->getLocalizedName();
|
||||
|
||||
if (indirectChannel.getType() == Channel::Type::TwitchWatching)
|
||||
title = "watching: " + (title.isEmpty() ? "none" : title);
|
||||
|
||||
Reference in New Issue
Block a user