diff --git a/src/widgets/helper/splitheader.cpp b/src/widgets/helper/splitheader.cpp index 3510c67a6..8f57ca7c5 100644 --- a/src/widgets/helper/splitheader.cpp +++ b/src/widgets/helper/splitheader.cpp @@ -392,6 +392,12 @@ void SplitHeader::menuMoveSplit() void SplitHeader::menuReloadChannelEmotes() { + auto channel = this->split->getChannel(); + TwitchChannel *twitchChannel = dynamic_cast(channel.get()); + + if (twitchChannel) { + twitchChannel->reloadChannelEmotes(); + } } void SplitHeader::menuManualReconnect()