mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Hide date from archive dialog.
This commit is contained in:
parent
ee2c7fad78
commit
0eae8fe6a0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue