2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +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);
}