mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk web) #4444 "'Show Transfers' missing Seeding category" -- fixed.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user