fixed the split overlay not appearing proprly

This commit is contained in:
fourtf
2018-05-17 16:39:38 +02:00
parent c27a4eec33
commit 795758f618
5 changed files with 22 additions and 55 deletions
+2
View File
@@ -191,6 +191,8 @@ bool TwitchChannel::isBroadcaster()
{
auto app = getApp();
qDebug() << "ASD" << (this->name == app->accounts->Twitch.getCurrent()->getUserName());
return this->name == app->accounts->Twitch.getCurrent()->getUserName();
}