mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 00:08:02 +00:00
Hide date from archive dialog.
This commit is contained in:
parent
ee2c7fad78
commit
0eae8fe6a0
@ -355,7 +355,7 @@ void paintRow(
|
|||||||
// Empty history
|
// Empty history
|
||||||
}
|
}
|
||||||
} else if (!item->isEmpty()) {
|
} else if (!item->isEmpty()) {
|
||||||
if (!promoted) {
|
if (history && !promoted) {
|
||||||
PaintRowDate(p, date, rectForName, active, selected);
|
PaintRowDate(p, date, rectForName, active, selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user