1
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-03-24 12:22:44 +00:00

Hide date from archive dialog.

This commit is contained in:
John Preston 2019-05-24 13:21:04 +02:00
parent ee2c7fad78
commit 0eae8fe6a0

View File

@ -355,7 +355,7 @@ void paintRow(
// Empty history
}
} else if (!item->isEmpty()) {
if (!promoted) {
if (history && !promoted) {
PaintRowDate(p, date, rectForName, active, selected);
}