fixed /r and tab text alignment
This commit is contained in:
@@ -45,6 +45,11 @@ Channel::Type Channel::getType() const
|
||||
return this->type;
|
||||
}
|
||||
|
||||
bool Channel::isTwitchChannel() const
|
||||
{
|
||||
return this->type >= Twitch && this->type < TwitchEnd;
|
||||
}
|
||||
|
||||
bool Channel::isEmpty() const
|
||||
{
|
||||
return this->name.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user