Use display/localized names in tab and split titles (#2189)

This commit is contained in:
fanway
2020-12-06 16:07:33 +03:00
committed by GitHub
parent f1660bfc55
commit bf4c9cebb1
10 changed files with 71 additions and 5 deletions
+5
View File
@@ -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;