started fixing clicking emtoes

This commit is contained in:
fourtf
2018-01-24 20:58:53 +01:00
parent 74fd6c9663
commit 05339aad2d
6 changed files with 26 additions and 3 deletions
+5
View File
@@ -30,6 +30,11 @@ EmotePopup::EmotePopup(singletons::ThemeManager &themeManager)
tabs->addTab(this->viewEmojis, "Emojis");
this->loadEmojis();
this->viewEmotes->linkClicked.connect(
[this](const Link &link) { this->linkClicked.invoke(link); });
this->viewEmojis->linkClicked.connect(
[this](const Link &link) { this->linkClicked.invoke(link); });
}
void EmotePopup::loadChannel(ChannelPtr _channel)