mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
update TODO
add an icon for the All states filter
This commit is contained in:
parent
f23d65364b
commit
80659e882e
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
Implement the Options Menu
|
Implement the Options Menu
|
||||||
partially complete
|
partially complete
|
||||||
Implement the connection manager
|
Implement the connection manager
|
||||||
|
Implement the torrent creator
|
||||||
|
Obey the "queue new torrents to top" option
|
||||||
|
|
||||||
[bugs]
|
[bugs]
|
||||||
If a torrent is removed from the core it continues to try and get details
|
If a torrent is removed from the core it continues to try and get details
|
||||||
|
|
|
@ -100,6 +100,7 @@ body {
|
||||||
#status #info #upspeed {background-image:url(/pixmaps/seeding16.png)}
|
#status #info #upspeed {background-image:url(/pixmaps/seeding16.png)}
|
||||||
#status #info #dht {background-image:url(/pixmaps/dht16.png)}
|
#status #info #dht {background-image:url(/pixmaps/dht16.png)}
|
||||||
|
|
||||||
|
#labels .all { background-image: url('/pixmaps/dht16.png'); }
|
||||||
#labels .downloading { background-image: url('/pixmaps/downloading16.png'); }
|
#labels .downloading { background-image: url('/pixmaps/downloading16.png'); }
|
||||||
#labels .seeding { background-image: url('/pixmaps/seeding16.png'); }
|
#labels .seeding { background-image: url('/pixmaps/seeding16.png'); }
|
||||||
#labels .queued { background-image: url('/pixmaps/queued16.png'); }
|
#labels .queued { background-image: url('/pixmaps/queued16.png'); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue