mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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]),
|
size: fsize(item[0]),
|
||||||
leaf: true,
|
leaf: true,
|
||||||
checked: item[1],
|
checked: item[1],
|
||||||
iconCls: 'x-deluge-add-file',
|
iconCls: 'x-deluge-file',
|
||||||
uiProvider: Ext.tree.ColumnNodeUI
|
uiProvider: Ext.tree.ColumnNodeUI
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue