Use display/localized names in tab and split titles (#2189)
This commit is contained in:
@@ -49,6 +49,11 @@ const QString &Channel::getDisplayName() const
|
||||
return this->getName();
|
||||
}
|
||||
|
||||
const QString &Channel::getLocalizedName() const
|
||||
{
|
||||
return this->getName();
|
||||
}
|
||||
|
||||
bool Channel::isTwitchChannel() const
|
||||
{
|
||||
return this->type_ >= Type::Twitch && this->type_ < Type::TwitchEnd;
|
||||
|
||||
Reference in New Issue
Block a user