mirror of
https://github.com/transmission/transmission
synced 2025-02-19 04:41:11 +00:00
(trunk web) #4444 "'Show Transfers' missing Seeding category" -- fixed.
This commit is contained in:
parent
f2b255a33d
commit
2cff49a247
2 changed files with 2 additions and 1 deletions
|
@ -56,8 +56,8 @@
|
|||
<input type="search" id="torrent_search" placeholder="Filter" results="0" />
|
||||
<div id='filter-button'></div>
|
||||
<div id='speed-info'>
|
||||
<span id="speed-up-label">0 B/s</span>
|
||||
<span id="speed-dn-label">0 B/s</span>
|
||||
<span id="speed-up-label">0 B/s</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -2070,6 +2070,7 @@ Transmission.prototype =
|
|||
var states = [ Prefs._FilterAll,
|
||||
Prefs._FilterActive,
|
||||
Prefs._FilterDownloading,
|
||||
Prefs._FilterSeeding,
|
||||
Prefs._FilterPaused,
|
||||
Prefs._FilterFinished ];
|
||||
for (var i=0, state; state=states[i]; ++i)
|
||||
|
|
Loading…
Reference in a new issue