Add trace logs.

This commit is contained in:
2026-02-02 18:01:53 -05:00
parent e5b91eaed8
commit 5af09485a3
6 changed files with 24 additions and 12 deletions

View File

@@ -48,9 +48,8 @@ TreeView {
if (treeDelegate.hasChildren) {
return treeDelegate.expanded ?
folderOpen : folderClosed;
} else {
return file
}
return file
}
x: treeDelegate.leftMargin + (treeDelegate.depth * treeDelegate.indentation)