1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-31 19:37:44 +02:00
parent 9facff792d
commit 344210ee3c

View File

@@ -1556,6 +1556,7 @@ ipcMain.on('show-tree-context-menu', (event, { absPath, relPath, root, type }) =
selected.push(f);
sum += s;
}
console.log("files to generate readme from: " + selected)
return selected;
}