1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-21 23:32:35 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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