mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
correct "Queue for download" last activity (#6872)
* simple fix * apply suggestion
This commit is contained in:
parent
614244bfae
commit
97abf15050
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue