added custom window frame title

This commit is contained in:
fourtf
2018-04-18 18:55:49 +02:00
parent fa3c812697
commit 1290d28b1a
5 changed files with 25 additions and 8 deletions
+2
View File
@@ -48,6 +48,8 @@ EmotePopup::EmotePopup(singletons::ThemeManager &themeManager)
void EmotePopup::loadChannel(ChannelPtr _channel)
{
this->setWindowTitle("Emotes from " + _channel->name);
TwitchChannel *channel = dynamic_cast<TwitchChannel *>(_channel.get());
if (channel == nullptr) {