mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
change the class so the correct icon is displayed
This commit is contained in:
parent
fe5fa703b3
commit
0e0bc735eb
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Deluge.Add = {
|
|||
size: fsize(item[0]),
|
||||
leaf: true,
|
||||
checked: item[1],
|
||||
iconCls: 'x-deluge-add-file',
|
||||
iconCls: 'x-deluge-file',
|
||||
uiProvider: Ext.tree.ColumnNodeUI
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue