mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +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
|
||||
}
|
||||
} else if (!item->isEmpty()) {
|
||||
if (!promoted) {
|
||||
if (history && !promoted) {
|
||||
PaintRowDate(p, date, rectForName, active, selected);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue