mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
(qt) #3290: Ratio goal of a torrent in torrent list is sessions default until opening that torrent's properties
This commit is contained in:
parent
0bc8314809
commit
7f8db1f3c2
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ Torrent :: myProperties[] =
|
|||
{ TRACKERS, "trackers", QVariant::StringList, INFO },
|
||||
{ TRACKERSTATS, "trackerStats", TrTypes::TrackerStatsList, STAT_EXTRA },
|
||||
{ MIME_ICON, "ccc", QVariant::Icon, DERIVED },
|
||||
{ SEED_RATIO_LIMIT, "seedRatioLimit", QVariant::Double, STAT_EXTRA },
|
||||
{ SEED_RATIO_MODE, "seedRatioMode", QVariant::Int, STAT_EXTRA },
|
||||
{ SEED_RATIO_LIMIT, "seedRatioLimit", QVariant::Double, STAT },
|
||||
{ SEED_RATIO_MODE, "seedRatioMode", QVariant::Int, STAT },
|
||||
{ DOWN_LIMIT, "downloadLimit", QVariant::Int, STAT_EXTRA }, /* KiB/s */
|
||||
{ DOWN_LIMITED, "downloadLimited", QVariant::Bool, STAT_EXTRA },
|
||||
{ UP_LIMIT, "uploadLimit", QVariant::Int, STAT_EXTRA }, /* KiB/s */
|
||||
|
|
Loading…
Reference in a new issue