mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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 {
|
} else {
|
||||||
parentNode.appendChild(new Ext.tree.TreeNode({
|
parentNode.appendChild(new Ext.tree.TreeNode({
|
||||||
|
text: file,
|
||||||
filename: file,
|
filename: file,
|
||||||
fileIndex: item.index,
|
fileIndex: item.index,
|
||||||
size: item.size,
|
size: item.size,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue