2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fixed date display in messages. Round unread badges in chats list.

This commit is contained in:
John Preston
2016-04-10 00:41:20 +04:00
parent 7bba52fb7e
commit 7d792b1ec5
5 changed files with 181 additions and 97 deletions

View File

@@ -19,8 +19,10 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
*/
#include "stdafx.h"
#include "lang.h"
#include "app.h"
#include "lang.h"
#include "dialogs/dialogs_layout.h"
#include "audio.h"
#include "application.h"
#include "fileuploader.h"
@@ -2072,6 +2074,8 @@ namespace {
mainEmojiMap.clear();
otherEmojiMap.clear();
Dialogs::Layout::clearStyleSheets();
clearAllImages();
}