Fixes #438 message buffers not growing on message resize

This commit is contained in:
fourtf
2018-05-31 14:15:04 +02:00
parent 4f35d8854a
commit 783b9096c3
4 changed files with 66 additions and 68 deletions
-2
View File
@@ -190,8 +190,6 @@ bool TwitchChannel::isBroadcaster()
{
auto app = getApp();
qDebug() << "ASD" << (this->name == app->accounts->twitch.getCurrent()->getUserName());
return this->name == app->accounts->twitch.getCurrent()->getUserName();
}