(web) #3281:Filter by active

This commit is contained in:
Daniel Lee
2010-06-17 04:38:03 +00:00
parent 0988fd3ead
commit 2db4b86a12
4 changed files with 13 additions and 0 deletions

View File

@@ -339,6 +339,7 @@ Prefs._ShowInspector = 'show_inspector';
Prefs._FilterMode = 'filter';
Prefs._FilterAll = 'all';
Prefs._FilterActive = 'active';
Prefs._FilterSeeding = 'seeding';
Prefs._FilterDownloading = 'downloading';
Prefs._FilterPaused = 'paused';