mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fix expanding nested folders in the files tab
This commit is contained in:
parent
53a9c217e7
commit
cee416b1b5
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ Deluge.details.FilesTab = Ext.extend(Ext.ux.tree.TreeGrid, {
|
|||
})));
|
||||
} else {
|
||||
parentNode.appendChild(new Ext.tree.TreeNode({
|
||||
text: file,
|
||||
filename: file,
|
||||
fileIndex: item.index,
|
||||
size: item.size,
|
||||
|
|
Loading…
Add table
Reference in a new issue