first fixes

This commit is contained in:
Zach H 2015-07-12 11:00:11 -04:00
parent dc05a14f4c
commit 97f298452e
4 changed files with 3 additions and 8 deletions

View file

@ -427,11 +427,6 @@ void ChatView::appendMessage(QString message, QString sender, UserLevelFlags use
cursor.setCharFormat(defaultFormat);
message = message.mid(firstSpace);
QApplication::alert(this);
if (settingsCache->getShowMentionPopup() && shouldShowSystemPopup())
{
QString ref = sender.left(sender.length() - 2);
showSystemPopup(ref);
}
}
else
{