correct "Queue for download" last activity (#6872)

* simple fix

* apply suggestion
This commit is contained in:
Julia
2024-10-22 12:56:37 +11:00
committed by GitHub
parent 614244bfae
commit 97abf15050

View File

@@ -766,7 +766,7 @@ void DetailsDialog::refreshUI()
auto const seconds = static_cast<int>(std::difftime(now, latest)); auto const seconds = static_cast<int>(std::difftime(now, latest));
if (seconds < 0) if (latest == 0)
{ {
string = none; string = none;
} }