forked from blue/squawk
unread messages count now is displayed on the launcher icon
This commit is contained in:
parent
721d3a1a89
commit
3916aec358
7 changed files with 35 additions and 2 deletions
|
@ -171,6 +171,7 @@ void Models::Element::fileError(const QString& messageId, const QString& error,
|
|||
|
||||
void Models::Element::onFeedUnreadMessagesCountChanged()
|
||||
{
|
||||
emit unreadMessagesCountChanged();
|
||||
if (type == contact) {
|
||||
changed(4);
|
||||
} else if (type == room) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue