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
+2 -2
View File
@@ -40,8 +40,8 @@ AccountPopupWidget::AccountPopupWidget(ChannelPtr _channel)
connect(this, &AccountPopupWidget::refreshButtons, this,
&AccountPopupWidget::actuallyRefreshButtons, Qt::QueuedConnection);
app->accounts->Twitch.currentUserChanged.connect([=] {
auto currentTwitchUser = app->accounts->Twitch.getCurrent();
app->accounts->Twitch.currentUserChanged.connect([this] {
auto currentTwitchUser = getApp()->accounts->Twitch.getCurrent();
if (!currentTwitchUser) {
// No twitch user set (should never happen)
return;