(trunk) #3483:Add 'finished' filter to webui

This commit is contained in:
Daniel Lee
2010-08-09 00:40:46 +00:00
parent cbf9792701
commit 4c0361f496
4 changed files with 12 additions and 1 deletions

View File

@@ -229,6 +229,7 @@ Prefs._FilterActive = 'active';
Prefs._FilterSeeding = 'seeding';
Prefs._FilterDownloading = 'downloading';
Prefs._FilterPaused = 'paused';
Prefs._FilterFinished = 'finished';
Prefs._SortDirection = 'sort_direction';
Prefs._SortAscending = 'ascending';