feat(list view): show the owner of the File or Folder in list view
This commit is contained in:
@@ -233,6 +233,7 @@ async function loadFiles(options = { insertHistory: true }) {
|
||||
} else {
|
||||
ui.renderFolders(folderList);
|
||||
ui.renderFiles(fileList);
|
||||
ui.resolveOwnerCells();
|
||||
|
||||
// check if a file was provided
|
||||
if (app.viewFile) {
|
||||
|
||||
Reference in New Issue
Block a user