Add context menu on breadcrumbs.

The only option is to reset the root directory.
This commit is contained in:
2026-02-01 18:52:11 -05:00
parent b9eee50e52
commit be383869b2
2 changed files with 19 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ TreeView {
// The delegate represents a single entry in the filesystem.
delegate: TreeViewDelegate {
id: treeDelegate
indentation: 8
indentation: 12
implicitWidth: fileSystemTreeView.width > 0 ? fileSystemTreeView.width : 250
implicitHeight: 25