parent
f23d65364b
commit
80659e882e
|
@ -3,6 +3,8 @@
|
|||
Implement the Options Menu
|
||||
partially complete
|
||||
Implement the connection manager
|
||||
Implement the torrent creator
|
||||
Obey the "queue new torrents to top" option
|
||||
|
||||
[bugs]
|
||||
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 #dht {background-image:url(/pixmaps/dht16.png)}
|
||||
|
||||
#labels .all { background-image: url('/pixmaps/dht16.png'); }
|
||||
#labels .downloading { background-image: url('/pixmaps/downloading16.png'); }
|
||||
#labels .seeding { background-image: url('/pixmaps/seeding16.png'); }
|
||||
#labels .queued { background-image: url('/pixmaps/queued16.png'); }
|
||||
|
|
Loading…
Reference in New Issue