mirror of https://github.com/procxx/kepka.git
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