update ignore
This commit is contained in:
@@ -94,7 +94,9 @@ pub fn file_explorer_list(
|
||||
|
||||
Ok(FileExplorerListResponse {
|
||||
current_path: current_path.display().to_string(),
|
||||
parent_path: current_path.parent().map(|parent| parent.display().to_string()),
|
||||
parent_path: current_path
|
||||
.parent()
|
||||
.map(|parent| parent.display().to_string()),
|
||||
roots: collect_roots(&app),
|
||||
entries,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user