Fixes #385, moderator mode icon not showing when broadcaster

This commit is contained in:
fourtf
2018-05-26 17:20:16 +02:00
parent a48a233785
commit 88c609df43
3 changed files with 7 additions and 3 deletions
+3
View File
@@ -94,6 +94,9 @@ SplitHeader::SplitHeader(Split *_split)
this->initializeChannelSignals(); //
});
this->managedConnect(app->accounts->Twitch.currentUserChanged,
[this] { this->updateModerationModeIcon(); });
this->setMouseTracking(true);
}