use the main tracker icon url
This commit is contained in:
parent
8fe301a3d9
commit
29c32c0b6a
|
@ -263,7 +263,7 @@ Deluge.Widgets.LabelSection = new Class({
|
|||
el.store('filterName', name)
|
||||
el.addEvent('click', this.bound.clicked);
|
||||
if (this.name == 'tracker_host') {
|
||||
var icon = 'url(http://' + name + '/favicon.ico)';
|
||||
var icon = 'url(/tracker/icon/' + name + ')';
|
||||
el.setStyle('background-image', icon);
|
||||
};
|
||||
this.list.grab(el);
|
||||
|
|
Loading…
Reference in New Issue