mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
@@ -359,7 +359,7 @@ QString TransferListModel::displayValue(const BitTorrent::TorrentHandle *torrent
|
||||
case TR_COMPLETED:
|
||||
return unitString(torrent->completedSize());
|
||||
case TR_SEEN_COMPLETE_DATE:
|
||||
return torrent->lastSeenComplete().toString();
|
||||
return torrent->lastSeenComplete().toLocalTime().toString(Qt::DefaultLocaleShortDate);
|
||||
case TR_LAST_ACTIVITY:
|
||||
return lastActivityString((torrent->isPaused() || torrent->isChecking()) ? -1 : torrent->timeSinceActivity());
|
||||
case TR_AVAILABILITY:
|
||||
|
||||
Reference in New Issue
Block a user